From: Ivan Kohler Date: Thu, 10 Oct 2013 06:31:46 +0000 (-0700) Subject: add cust_refund.currency, RT#25203 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=873c9d3bc75fcb16ceb87fc6bad0fe8e7cf902e8 add cust_refund.currency, RT#25203 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 59b1fc55d..f3f77236c 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, '', '',