From 77df4fc41788698051632d4918da8c69c85125f5 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 17 Jul 2013 12:08:12 -0700 Subject: [PATCH] fix invoice un-voids, RT#23857 --- FS/FS/Schema.pm | 1 + 1 file changed, 1 insertion(+) 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' => [], -- 2.11.0