summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-17 12:02:42 -0700
committerIvan Kohler <ivan@freeside.biz>2013-07-17 12:02:42 -0700
commite45e9d7f8d717987c08edcb046c6c3e5193c9a7e (patch)
tree7d5e9a836f7913c863b4e275eb8332d57e9397f9
parent91dbe4c3834f38d428367d9a1e2c6cf9ea9d84a4 (diff)
remove redundant column
-rw-r--r--FS/FS/Schema.pm1
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',