From: Ivan Kohler Date: Wed, 17 Jul 2013 19:02:42 +0000 (-0700) Subject: remove redundant column X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e45e9d7f8d717987c08edcb046c6c3e5193c9a7e remove redundant column --- 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',