[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.8,1.180.2.9
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Apr 29 16:30:53 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv19485/FS/FS
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Conf.pm
Log Message:
ticket 1568 config options for new echeck fields and addition to selfservice interface (backport)
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180.2.8
retrieving revision 1.180.2.9
diff -u -d -r1.180.2.8 -r1.180.2.9
--- Conf.pm 25 Apr 2007 01:35:33 -0000 1.180.2.8
+++ Conf.pm 29 Apr 2007 23:30:50 -0000 1.180.2.9
@@ -1192,6 +1192,13 @@
'type' => 'checkbox',
},
+ {
+ 'key' => 'show_bankstate',
+ 'section' => 'UI',
+ 'description' => "Turns on display/collection of state for bank accounts in the web interface. Sometimes required by electronic check (ACH) processors.",
+ 'type' => 'checkbox',
+ },
+
{
'key' => 'agent_defaultpkg',
'section' => 'UI',
More information about the freeside-commits
mailing list