[freeside-commits] branch master updated. 873c9d3bc75fcb16ceb87fc6bad0fe8e7cf902e8

Ivan ivan at 420.am
Wed Oct 9 23:31:51 PDT 2013


The branch, master has been updated
       via  873c9d3bc75fcb16ceb87fc6bad0fe8e7cf902e8 (commit)
      from  8c3642a408636a316bc40815bbfdf01d24e6d605 (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 873c9d3bc75fcb16ceb87fc6bad0fe8e7cf902e8
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Oct 9 23:31:46 2013 -0700

    add cust_refund.currency, RT#25203

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 59b1fc5..f3f7723 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1996,6 +1996,7 @@ sub tables_hashref {
         'custnum',  'int',    '',   '', '', '', 
         '_date',        @date_type, '', '', 
         'refund',       @money_type, '', '', 
+        'currency',       'char', 'NULL',       3, '', '',
         'otaker',       'varchar',   'NULL',   32, '', '', 
         'usernum',   'int', 'NULL', '', '', '',
         'reason',       'varchar',   '',   $char_d, '', '', 

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

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




More information about the freeside-commits mailing list