[freeside-commits] freeside/FS/FS Record.pm,1.232,1.233

Ivan,,, ivan at wavetail.420.am
Wed Oct 26 15:51:36 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12546/FS/FS

Modified Files:
	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.232
retrieving revision 1.233
diff -u -w -d -r1.232 -r1.233
--- Record.pm	26 Oct 2011 22:44:30 -0000	1.232
+++ Record.pm	26 Oct 2011 22:51:34 -0000	1.233
@@ -1838,7 +1838,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