summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-01-31 16:48:33 -0800
committerMark Wells <mark@freeside.biz>2016-01-31 16:49:03 -0800
commit7643e364c22eeca302f09a87ea968175ce01985b (patch)
treee7d97cfdd1a55f653e9d0a7dd1352d95368159f9 /FS/FS/Upgrade.pm
parentc5dd9bdf09dff2b5cc6d9a9681894664fe5147ef (diff)
continue removing pay* fields from cust_main
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index bffda56..395c6d0 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -297,7 +297,7 @@ sub upgrade {
# decrypt inadvertantly-encrypted payinfo where payby != CARD,DCRD,CHEK,DCHK
# kind of a weird spot for this, but it's better than duplicating
# all this code in each class...
- my @decrypt_tables = qw( cust_main cust_pay_void cust_pay cust_refund cust_pay_pending );
+ my @decrypt_tables = qw( cust_payby cust_pay_void cust_pay cust_refund cust_pay_pending );
foreach my $table ( @decrypt_tables ) {
my @objects = qsearch({
'table' => $table,