summaryrefslogtreecommitdiff
path: root/FS/FS/ConfDefaults.pm
diff options
context:
space:
mode:
authorjeff <jeff>2007-11-28 18:49:20 +0000
committerjeff <jeff>2007-11-28 18:49:20 +0000
commitd5967ae3ecfdb0bb1ead8176cfb2760a65c51f2d (patch)
tree55068e68f1107ce5e731a883b79cd370696a5587 /FS/FS/ConfDefaults.pm
parentb0810e3538c41c723ae47b982a2e87944be828e0 (diff)
advanced customer report rearrangement
Diffstat (limited to 'FS/FS/ConfDefaults.pm')
-rw-r--r--FS/FS/ConfDefaults.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/ConfDefaults.pm b/FS/FS/ConfDefaults.pm
index baee0bb..21da302 100644
--- a/FS/FS/ConfDefaults.pm
+++ b/FS/FS/ConfDefaults.pm
@@ -51,6 +51,9 @@ sub cust_fields_avail { (
'Cust# | Cust. Status | Name | Company | Address 1 | Address 2 | City | State | Zip | Country | Day phone | Night phone | Invoicing email(s)' =>
'custnum | Status | Last, First | Company | (all address fields ) | Day phone | Night phone | Invoicing email(s)',
+ 'Cust# | Name | Address 1 | Address 2 | City | State | Zip | Country | Day phone | Night phone | Fax number | Invoicing email(s) | Payment Type' =>
+ 'custnum | Last, First | (all address fields ) | ( all phones ) | Invoicing email(s) | Payment Type',
+
); }
=back