[freeside-commits] branch FREESIDE_2_3_BRANCH updated. ec863ef089ed20e21caeea235924de5b5d0e6fd7

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  ec863ef089ed20e21caeea235924de5b5d0e6fd7 (commit)
      from  1998865b297db76e541b4a144618bf9b9ef80aa2 (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 ec863ef089ed20e21caeea235924de5b5d0e6fd7
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 15 14:37:02 2014 -0800

    bulk credit import, RT#26319

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 2444198..0a70eb6 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -820,10 +820,13 @@ sub tables_hashref {
         'closed',    'char', 'NULL', 1, '', '', 
         'pkgnum', 'int', 'NULL', '', '', '', #desired pkgnum for pkg-balances
         'eventnum', 'int', 'NULL', '', '', '', #triggering event for commission
+        'credbatch',    'varchar', 'NULL', $char_d, '', '',
       ],
       'primary_key' => 'crednum',
       'unique' => [],
-      'index' => [ ['custnum'], ['_date'], ['usernum'], ['eventnum'] ],
+      'index' => [ ['custnum'], ['_date'], ['usernum'], ['eventnum'],
+                   ['credbatch'],
+                 ],
     },
 
     'cust_credit_bill' => {

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

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




More information about the freeside-commits mailing list