[freeside-commits] freeside/FS/FS Conf.pm,1.321,1.322

Ivan,,, ivan at wavetail.420.am
Sun Oct 4 19:16:48 PDT 2009


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

Modified Files:
	Conf.pm 
Log Message:
add manual_process-display config to subtract fee from amount instead of adding, RT#5889

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -d -r1.321 -r1.322
--- Conf.pm	5 Oct 2009 00:49:33 -0000	1.321
+++ Conf.pm	5 Oct 2009 02:16:46 -0000	1.322
@@ -1863,6 +1863,18 @@
   },
 
   {
+    'key'         => 'manual_process-display',
+    'section'     => 'billing',
+    'description' => 'When using manual_process-pkgpart, add the fee to the amount entered (default), or subtract the fee from the amount entered.',
+    'type'        => 'select',
+    'select_hash' => [
+                       'add'      => 'Add fee to amount entered',
+                       'subtract' => 'Subtract fee from amount entered',
+                     ],
+  },
+
+
+  {
     'key'         => 'allow_negative_charges',
     'section'     => 'billing',
     'description' => 'Allow negative charges.  Normally not used unless importing data from a legacy system that requires this.',



More information about the freeside-commits mailing list