[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.95.2.10, 1.95.2.11

Ivan,,, ivan at wavetail.420.am
Tue Feb 16 10:36:45 PST 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	MyAccount.pm 
Log Message:
option to uncheck the save checkbox in self-service by default, RT#6955

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.95.2.10
retrieving revision 1.95.2.11
diff -u -d -r1.95.2.10 -r1.95.2.11
--- MyAccount.pm	12 Feb 2010 23:44:17 -0000	1.95.2.10
+++ MyAccount.pm	16 Feb 2010 18:36:43 -0000	1.95.2.11
@@ -497,6 +497,8 @@
       'show_ss'  => $conf->exists('show_ss'),
       'show_stateid' => $conf->exists('show_stateid'),
       'show_paystate' => $conf->exists('show_bankstate'),
+
+      'save_unchecked' => $conf->exists('selfservice-save_unchecked'),
     };
 
   }



More information about the freeside-commits mailing list