From fdbee9ee821385bfbd9578f940eeb8ca74cb9eff Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 8 Apr 2009 07:32:24 +0000 Subject: eliminate all trace of cvv from history records, RT#5093 --- FS/FS/Upgrade.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FS/FS/Upgrade.pm') diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 5abfa69..7cf4051 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -91,6 +91,9 @@ sub upgrade_data { tie my %hash, 'Tie::IxHash', + #cust_main (remove paycvv from history) + 'cust_main' => [], + #msgcat 'msgcat' => [], -- cgit v1.1