diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/ConfDefaults.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/FS/FS/ConfDefaults.pm b/FS/FS/ConfDefaults.pm index 21da302b8..e3257e205 100644 --- a/FS/FS/ConfDefaults.pm +++ b/FS/FS/ConfDefaults.pm @@ -51,8 +51,8 @@ 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', +  'Cust# | Cust. Status | Name | Company | Address 1 | Address 2 | City | State | Zip | Country | Day phone | Night phone | Fax number | Invoicing email(s) | Payment Type' =>  +    'custnum | Status | Last, First | Company | (all address fields ) | ( all phones ) | Invoicing email(s) | Payment Type',  ); } | 
