Index: trunk/cgi-bin/main.cgi
===================================================================
--- trunk/cgi-bin/main.cgi	(revision 166)
+++ trunk/cgi-bin/main.cgi	(revision 167)
@@ -998,7 +998,6 @@
     print "<!-- [ In validateInput().  Insert customer ID cross-check here. ] -->\n";
   } else {
-    # All non-customer allocations MUST be entered with "our" customer ID.
-    # I have Defined this as 6750400 for consistency.
-    $webvar{custid} = "6750400";
+    # New!  Improved!  And now Loaded From The Database!!
+    $webvar{custid} = $def_custids{$webvar{alloctype}};
   }
 
