diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-17 12:02:42 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-17 12:02:42 -0700 |
commit | e45e9d7f8d717987c08edcb046c6c3e5193c9a7e (patch) | |
tree | 7d5e9a836f7913c863b4e275eb8332d57e9397f9 | |
parent | 91dbe4c3834f38d428367d9a1e2c6cf9ea9d84a4 (diff) |
remove redundant column
-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', |