[freeside-commits] freeside/FS/FS Conf.pm,1.194,1.195

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Apr 29 15:55:15 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv15695/FS/FS

Modified Files:
	Conf.pm 
Log Message:
ticket 1568 config options for new echeck fields and addition to selfservice interface

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- Conf.pm	25 Apr 2007 00:54:55 -0000	1.194
+++ Conf.pm	29 Apr 2007 22:55:11 -0000	1.195
@@ -925,6 +925,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