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-16 17:19:38 -0700 |
commit | 3f56918a17a6f534513cbb1643630bc5b61e6034 (patch) | |
tree | fa5e30fac66ef5cdfe2798835ac091374faaa758 | |
parent | 5192ab23dffe251a20b6aa739d39a33ee65ce518 (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', |