[freeside-commits] freeside/FS/FS Conf.pm,1.443,1.444
Erik Levinson
levinse at wavetail.420.am
Tue Apr 12 21:22:41 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12135/FS/FS
Modified Files:
Conf.pm
Log Message:
add config option to disable auto-application of credits to invoices, RT12331
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -w -d -r1.443 -r1.444
--- Conf.pm 12 Apr 2011 02:51:50 -0000 1.443
+++ Conf.pm 13 Apr 2011 04:22:38 -0000 1.444
@@ -655,6 +655,13 @@
},
{
+ 'key' => 'credits-auto-apply-disable',
+ 'section' => 'billing',
+ 'description' => 'Disable the "Auto-Apply to invoices" UI option for new credits',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'credit-card-surcharge-percentage',
'section' => 'billing',
'description' => 'Add a credit card surcharge to invoices, as a % of the invoice total. WARNING: this is usually prohibited by merchant account / other agreements and/or law, but is currently lawful in AU and UK.',
More information about the freeside-commits
mailing list