store a commission agentnum with credits? RT#18231
authorIvan Kohler <ivan@freeside.biz>
Tue, 11 Sep 2012 00:26:13 +0000 (17:26 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 11 Sep 2012 00:26:13 +0000 (17:26 -0700)
FS/FS/Schema.pm

index 709e9f9..b1e7a9c 100644 (file)
@@ -937,6 +937,7 @@ sub tables_hashref {
         'closed',    'char', 'NULL', 1, '', '', 
         'pkgnum', 'int', 'NULL', '', '', '', #desired pkgnum for pkg-balances
         'eventnum', 'int', 'NULL', '', '', '', #triggering event for commission
+        #'commission_agentnum', 'int', 'NULL', '', '', '', #
       ],
       'primary_key' => 'crednum',
       'unique' => [],