[freeside-commits] branch FREESIDE_3_BRANCH updated. 4b2d8be68ec516a72414aff9ede33aacb50b5026

Ivan ivan at 420.am
Wed Jan 15 14:37:00 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  4b2d8be68ec516a72414aff9ede33aacb50b5026 (commit)
      from  b527719318878e876971e02e4ac3bfb892a68dec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4b2d8be68ec516a72414aff9ede33aacb50b5026
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 15 14:36:57 2014 -0800

    bulk credit import, RT#26319

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index db5bad2..5b4ba07 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -973,11 +973,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'],
                  ],
     },
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list