remove redundant column
authorIvan Kohler <ivan@freeside.biz>
Wed, 17 Jul 2013 19:02:42 +0000 (12:02 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 17 Jul 2013 19:02:42 +0000 (12:02 -0700)
FS/FS/Schema.pm

index 21af3a4..67e4474 100644 (file)
@@ -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',