Changeset 209


Ignore:
Timestamp:
03/29/05 15:12:14 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Squash a buglet that caused Dynamic-route DSL updates to lose
the customer ID. CustID checks are now formally done on any
type with a blank default CustID.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r206 r209  
    10201020  # CustID check
    10211021  # 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 '') {
    10231023    if (!$webvar{custid}) {
    10241024      printError("Please enter a customer ID.");
Note: See TracChangeset for help on using the changeset viewer.