[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.105, 1.106

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


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

Modified Files:
	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.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- MyAccount.pm	12 Feb 2010 23:44:15 -0000	1.105
+++ MyAccount.pm	16 Feb 2010 18:36:42 -0000	1.106
@@ -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