[freeside-commits] freeside/FS/FS Conf.pm,1.472,1.473

Mark Wells mark at wavetail.420.am
Wed Sep 7 12:12:47 PDT 2011


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

Modified Files:
	Conf.pm 
Log Message:
show available discounts on invoice, #5318

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -w -d -r1.472 -r1.473
--- Conf.pm	8 Aug 2011 22:09:28 -0000	1.472
+++ Conf.pm	7 Sep 2011 19:12:44 -0000	1.473
@@ -684,6 +684,13 @@
   },
   
   {
+    'key'         => 'discount-show_available',
+    'section'     => 'billing',
+    'description' => 'Show available prepayment discounts on invoices.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'invoice-barcode',
     'section'     => 'billing',
     'description' => 'Display a barcode on HTML and PDF invoices',



More information about the freeside-commits mailing list