diff options
author | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-09 13:16:21 -0700 |
---|---|---|
committer | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-16 17:19:37 -0700 |
commit | 47697b2c3988393de996dca3889a24c480c586b5 (patch) | |
tree | 08165e884556872f8608d6df53f1c8ab4aa6ad52 /FS | |
parent | 9d96031e79187a549c2c150e96363d421e59efc5 (diff) |
have expanded the AR aging summary to include other fields. Have not yet populated the fields. FS RT #27208
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ConfDefaults.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/ConfDefaults.pm b/FS/FS/ConfDefaults.pm index 191ff8537..df8024a53 100644 --- a/FS/FS/ConfDefaults.pm +++ b/FS/FS/ConfDefaults.pm @@ -33,6 +33,9 @@ sub cust_fields_avail { ( 'Cust# | Cust. Status | Customer' => 'custnum | Status | Last, First or Company (Last, First)', + 'Cust# | Day phone | Night phone | Fax number' => + 'custnum | (all phones)', + 'Cust. Status | Name | Company' => 'Status | Last, First | Company', 'Cust# | Cust. Status | Name | Company' => |