[freeside-commits] freeside/FS/FS Record.pm,1.214.2.9,1.214.2.10
Ivan,,,
ivan at wavetail.420.am
Wed Oct 26 15:52:08 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12547/FS/FS
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Record.pm
Log Message:
fix credit card banning w/encryption
Index: Record.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Record.pm,v
retrieving revision 1.214.2.9
retrieving revision 1.214.2.10
diff -u -w -d -r1.214.2.9 -r1.214.2.10
--- Record.pm 26 Oct 2011 22:44:49 -0000 1.214.2.9
+++ Record.pm 26 Oct 2011 22:52:06 -0000 1.214.2.10
@@ -1983,7 +1983,7 @@
;
# If we're encrypting then don't store the payinfo in the history
- if ( $conf && $conf->exists('encryption') ) {
+ if ( $conf && $conf->exists('encryption') && $self->table ne 'banned_pay' ) {
@fields = grep { $_ ne 'payinfo' } @fields;
}
More information about the freeside-commits
mailing list