[freeside-commits] freeside/FS/FS Record.pm,1.226.2.5,1.226.2.6

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


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

Modified Files:
      Tag: FREESIDE_2_3_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.226.2.5
retrieving revision 1.226.2.6
diff -u -w -d -r1.226.2.5 -r1.226.2.6
--- Record.pm	26 Oct 2011 22:44:38 -0000	1.226.2.5
+++ Record.pm	26 Oct 2011 22:51:36 -0000	1.226.2.6
@@ -2006,7 +2006,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