Index: trunk/cgi-bin/main.cgi
===================================================================
--- trunk/cgi-bin/main.cgi	(revision 921)
+++ trunk/cgi-bin/main.cgi	(revision 922)
@@ -1005,4 +1005,12 @@
       $webvar{custid} = $def_custids{$webvar{alloctype}};
     }
+
+# and custom overrides.  
+##fixme:  need to genericize this:
+## check a database table for "flag:field:value" overrides?
+#    if ($webvar{somflag}) {
+#      $webvar{custid} = 'special1';
+#    }
+
   }
 
