X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_refund.pm;h=4affb151a2c393c3caf5e7ba4693217f32a1c4cb;hb=65ea9da86b63c56dd577bb0688e8ba01b735bedf;hp=e26121b772cd7873a3ed7a1aa57fcc8320aca85d;hpb=77e088ce10a52b40743ff9ae7e82336f167db2f8;p=freeside.git diff --git a/FS/FS/cust_refund.pm b/FS/FS/cust_refund.pm index e26121b77..4affb151a 100644 --- a/FS/FS/cust_refund.pm +++ b/FS/FS/cust_refund.pm @@ -522,7 +522,9 @@ sub _upgrade_data { # class method $class->_upgrade_otaker(%opts); local $ignore_empty_reasonnum = 1; - $class->upgrade_set_cardtype; + + # don't set paycardtype until 4.x + #$class->upgrade_set_cardtype; } =back