[freeside-commits] branch master updated. 0d93c344df3eb3caf2ba14807475a5a8e2d01267

Carl J. Adams-Collier cjac at 420.am
Fri Sep 12 14:46:34 PDT 2014


The branch, master has been updated
       via  0d93c344df3eb3caf2ba14807475a5a8e2d01267 (commit)
      from  fe9ea9183e8a16616d6d04a7b5c7498d28e78248 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0d93c344df3eb3caf2ba14807475a5a8e2d01267
Author: C.J. Adams-Collier <cjac at colliertech.org>
Date:   Fri Sep 12 14:46:26 2014 -0700

    FS RT #27208 - using field names specified by ivan for customer / phone in AR aging report

diff --git a/FS/FS/ConfDefaults.pm b/FS/FS/ConfDefaults.pm
index c20a9c9..a66d0ab 100644
--- a/FS/FS/ConfDefaults.pm
+++ b/FS/FS/ConfDefaults.pm
@@ -33,10 +33,10 @@ sub cust_fields_avail { (
   'Cust# | Cust. Status | Customer' =>
     'custnum | Status | Last, First or Company (Last, First)',
 
-  'Cust. Status | Day phone | Night phone | Mobile phone | Fax number' =>
-    'Status | (all phones)',
-  'Cust# | Cust. Status | Day phone | Night phone | Mobile phone | Fax number' =>
-    'custnum | Status | (all phones)',
+  'Customer | Day phone | Night phone | Mobile phone | Fax number' =>
+    'Customer | (all phones)',
+  'Cust# | Customer | Day phone | Night phone | Mobile phone | Fax number' =>
+    'custnum | Customer | (all phones)',
 
   'Cust. Status | Name | Company' =>
     'Status | Last, First | Company',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/ConfDefaults.pm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list