diff options
author | jeff <jeff> | 2007-11-28 18:49:20 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-11-28 18:49:20 +0000 |
commit | d5967ae3ecfdb0bb1ead8176cfb2760a65c51f2d (patch) | |
tree | 55068e68f1107ce5e731a883b79cd370696a5587 /FS | |
parent | b0810e3538c41c723ae47b982a2e87944be828e0 (diff) |
advanced customer report rearrangement
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ConfDefaults.pm | 3 | ||||
-rw-r--r-- | FS/FS/UI/Web.pm | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/ConfDefaults.pm b/FS/FS/ConfDefaults.pm index baee0bb08..21da302b8 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 diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index 29e06bcc6..3f786dd0e 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -220,7 +220,9 @@ sub cust_header { 'Country' => 'country_full', 'Day phone' => 'daytime', # XXX should use msgcat, but how? 'Night phone' => 'night', # XXX should use msgcat, but how? + 'Fax number' => 'fax', 'Invoicing email(s)' => 'invoicing_list_emailonly_scalar', + 'Payment Type' => 'payby', ); my %header2colormethod = ( |