diff options
author | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-12 14:46:26 -0700 |
---|---|---|
committer | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-12 14:46:26 -0700 |
commit | 0d93c344df3eb3caf2ba14807475a5a8e2d01267 (patch) | |
tree | 70cd9a3b197ba4f9f8ed1725372b609769c808db | |
parent | fe9ea9183e8a16616d6d04a7b5c7498d28e78248 (diff) |
FS RT #27208 - using field names specified by ivan for customer / phone in AR aging report
-rw-r--r-- | FS/FS/ConfDefaults.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FS/FS/ConfDefaults.pm b/FS/FS/ConfDefaults.pm index c20a9c941..a66d0ab7c 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', |