bulk credit import, RT#26319
authorIvan Kohler <ivan@freeside.biz>
Wed, 15 Jan 2014 22:36:53 +0000 (14:36 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 15 Jan 2014 22:36:53 +0000 (14:36 -0800)
FS/FS/Schema.pm

index 150a19d..30a35de 100644 (file)
@@ -1285,11 +1285,12 @@ sub tables_hashref {
         'commission_agentnum', 'int', 'NULL', '', '', '', #
         'commission_salesnum', 'int', 'NULL', '', '', '', #
         'commission_pkgnum',   'int', 'NULL', '', '', '', #
+        'credbatch',    'varchar', 'NULL', $char_d, '', '',
       ],
       'primary_key'  => 'crednum',
       'unique'       => [],
       'index'        => [ ['custnum'], ['_date'], ['usernum'], ['eventnum'],
-                          ['commission_salesnum'],
+                          ['commission_salesnum'], ['credbatch'],
                         ],
       'foreign_keys' => [
                           { columns    => [ 'custnum' ],