diff options
-rw-r--r-- | FS/FS/Schema.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 21af3a4d1..67e44749f 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -841,7 +841,6 @@ sub tables_hashref { 'locationnum', 'int', '', '', '', '', #redundant 'amount', @money_type, '', '', 'currency', 'char', 'NULL', 3, '', '', - 'amount', @money_type, '', '', 'taxable_billpkgnum', 'int', 'NULL', '', '', '', ], 'primary_key' => 'billpkgtaxlocationnum', |