Revert "cust_main.paycardtype in v3"
authorIvan Kohler <ivan@freeside.biz>
Wed, 8 Feb 2017 17:21:05 +0000 (09:21 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 8 Feb 2017 17:21:05 +0000 (09:21 -0800)
This reverts commit 81666084b755dcc1a5850f4df4501f300f6b364c.

FS/FS/Schema.pm

index 95515cc..a158f39 100644 (file)
@@ -1190,8 +1190,6 @@ sub tables_hashref {
         'paystate', 'varchar', 'NULL', $char_d, '', '', 
         'paytype',  'varchar', 'NULL', $char_d, '', '', 
         'payip',    'varchar', 'NULL', 15, '', '', 
-        'paycardtype', 'varchar', 'NULL',   $char_d, '', '',
-
         'geocode',  'varchar', 'NULL', 20,  '', '',
         'censustract', 'varchar', 'NULL', 20,  '', '', # 7 to save space?
         'censusyear', 'char', 'NULL', 4, '', '',
@@ -1233,7 +1231,6 @@ sub tables_hashref {
                    [ 'archived' ],
                    [ 'ship_locationnum' ],
                    [ 'bill_locationnum' ],
-                   [ 'paycardtype' ],
                  ],
     },