[freeside-commits] freeside/FS/FS ConfDefaults.pm,1.2.2.2,1.2.2.3

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Dec 19 13:05:55 PST 2007


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	ConfDefaults.pm 
Log Message:
add options for balance over/under to advanced customer report

Index: ConfDefaults.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ConfDefaults.pm,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -d -r1.2.2.2 -r1.2.2.3
--- ConfDefaults.pm	5 Dec 2007 15:10:00 -0000	1.2.2.2
+++ ConfDefaults.pm	19 Dec 2007 21:05:52 -0000	1.2.2.3
@@ -53,6 +53,8 @@
 
   'Cust# | Cust. Status | Name | Company | Address 1 | Address 2 | City | State | Zip | Country | Day phone | Night phone | Fax number | Invoicing email(s) | Payment Type' => 
     'custnum | Status | Last, First | Company | (all address fields ) | ( all phones ) | Invoicing email(s) | Payment Type',
+  'Cust# | Cust. Status | Name | Company | Address 1 | Address 2 | City | State | Zip | Country | Day phone | Night phone | Fax number | Invoicing email(s) | Payment Type | Current Balance' => 
+    'custnum | Status | Last, First | Company | (all address fields ) | ( all phones ) | Invoicing email(s) | Payment Type | Current Balance',
 
 ); }
 



More information about the freeside-commits mailing list