[freeside-commits] freeside/FS/FS Conf.pm, 1.231, 1.232 Conf_compat17.pm, 1.5, 1.6
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Jun 4 10:59:49 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv24986/FS/FS
Modified Files:
Conf.pm Conf_compat17.pm
Log Message:
voxline invoice formatting
Index: Conf_compat17.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf_compat17.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Conf_compat17.pm 4 Jun 2008 13:26:56 -0000 1.5
+++ Conf_compat17.pm 4 Jun 2008 17:59:42 -0000 1.6
@@ -1947,6 +1947,13 @@
},
{
+ 'key' => 'invoice-unitprice',
+ 'section' => 'billing',
+ 'description' => 'This switch enables unit pricing on the invoice.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'batch-enable',
'section' => 'billing',
'description' => 'Enable credit card and/or ACH batching - leave disabled for real-time installations.',
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -d -r1.231 -r1.232
--- Conf.pm 4 Jun 2008 13:26:56 -0000 1.231
+++ Conf.pm 4 Jun 2008 17:59:40 -0000 1.232
@@ -1875,6 +1875,13 @@
},
{
+ 'key' => 'invoice-unitprice',
+ 'section' => 'billing',
+ 'description' => 'This switch enables unit pricing on the invoice.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'batch-enable',
'section' => 'billing',
'description' => 'Enable credit card and/or ACH batching - leave disabled for real-time installations.',
More information about the freeside-commits
mailing list