diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-17 12:08:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-17 12:08:12 -0700 |
commit | 77df4fc41788698051632d4918da8c69c85125f5 (patch) | |
tree | 55fdd61df136b4c7e39df1b4902c204427b15dc5 /FS | |
parent | e45e9d7f8d717987c08edcb046c6c3e5193c9a7e (diff) |
fix invoice un-voids, RT#23857
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Schema.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 67e44749f..0b47065f7 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -948,6 +948,7 @@ sub tables_hashref { 'locationnum', 'int', '', '', '', '', #redundant? 'amount', @money_type, '', '', 'currency', 'char', 'NULL', 3, '', '', + 'taxable_billpkgnum', 'int', 'NULL', '', '', '', ], 'primary_key' => 'billpkgtaxlocationnum', 'unique' => [], |