From: Ivan Kohler Date: Wed, 17 Jul 2013 19:08:12 +0000 (-0700) Subject: fix invoice un-voids, RT#23857 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=77df4fc41788698051632d4918da8c69c85125f5 fix invoice un-voids, RT#23857 --- 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' => [],