diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-17 12:08:17 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-17 12:08:17 -0700 |
commit | 385b7f4a5d4d4762365b3685e6eca7c2b604d8a3 (patch) | |
tree | 4a7e4aeab2a188d53f85cf3a416698d4bc1b7724 | |
parent | 2a7b498c9c9cb17eaace02d03f18062000d14653 (diff) |
fix invoice un-voids, RT#23857
-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 4b3fde080..984ac8a06 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -917,6 +917,7 @@ sub tables_hashref { 'pkgnum', 'int', '', '', '', '', 'locationnum', 'int', '', '', '', '', #redundant? 'amount', @money_type, '', '', + 'taxable_billpkgnum', 'int', 'NULL', '', '', '', ], 'primary_key' => 'billpkgtaxlocationnum', 'unique' => [], |