summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-09 23:31:46 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-09 23:31:46 -0700
commit873c9d3bc75fcb16ceb87fc6bad0fe8e7cf902e8 (patch)
treed7507b73538a194514cce76ac7a97434402da3b9
parent8c3642a408636a316bc40815bbfdf01d24e6d605 (diff)
add cust_refund.currency, RT#25203
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
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, '', '',