Changeset 167 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
02/22/05 14:25:58 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

New feature: Different "default" CustIDs depending on the allocation type
consistency-check.pl also updated to check this information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r166 r167  
    998998    print "<!-- [ In validateInput().  Insert customer ID cross-check here. ] -->\n";
    999999  } else {
    1000     # All non-customer allocations MUST be entered with "our" customer ID.
    1001     # I have Defined this as 6750400 for consistency.
    1002     $webvar{custid} = "6750400";
     1000    # New!  Improved!  And now Loaded From The Database!!
     1001    $webvar{custid} = $def_custids{$webvar{alloctype}};
    10031002  }
    10041003
Note: See TracChangeset for help on using the changeset viewer.