- Timestamp:
- 03/29/05 15:12:14 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r206 r209 1020 1020 # CustID check 1021 1021 # We have different handling for customer allocations and "internal" or "our" allocations 1022 if ($ webvar{alloctype} =~ /^(cn|.i)$/) {1022 if ($def_custids{$webvar{alloctype}} eq '') { 1023 1023 if (!$webvar{custid}) { 1024 1024 printError("Please enter a customer ID.");
Note:
See TracChangeset
for help on using the changeset viewer.