X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConfDefaults.pm;h=79782590d95a4b954ad27c2a19e2fbc3c3cda981;hb=3a17b276638200475d54201fa62566b7440e819a;hp=b9cbcfbdfffbb3e49adaab2360e0c6b9135bf245;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0;p=freeside.git diff --git a/FS/FS/ConfDefaults.pm b/FS/FS/ConfDefaults.pm index b9cbcfbdf..79782590d 100644 --- a/FS/FS/ConfDefaults.pm +++ b/FS/FS/ConfDefaults.pm @@ -28,28 +28,33 @@ labels for customer fields values. # XXX should use msgcat for "Day phone" and "Night phone", but how? sub cust_fields_avail { ( - 'Customer' => - 'Last, First or Company (Last, First)', - 'Cust# | Customer' => - 'custnum | Last, First or Company (Last, First)', - - 'Name | Company' => - 'Last, First | Company', - 'Cust# | Name | Company' => - 'custnum | Last, First | Company', - - '(bill) Customer | (service) Customer' => - 'Last, First or Company (Last, First) | (same for service contact if present)', - 'Cust# | (bill) Customer | (service) Customer' => - 'custnum | Last, First or Company (Last, First) | (same for service contact if present)', - - '(bill) Name | (bill) Company | (service) Name | (service) Company' => - 'Last, First | Company | (same for service address if present)', - 'Cust# | (bill) Name | (bill) Company | (service) Name | (service) Company' => - 'custnum | Last, First | Company | (same for service address if present)', - - 'Cust# | Name | Company | Address 1 | Address 2 | City | State | Zip | Country | Day phone | Night phone | Invoicing email(s)' => - 'custnum | Last, First | Company | (all address fields ) | Day phone | Night phone | Invoicing email(s)', + 'Cust. Status | Customer' => + 'Status | Last, First or Company (Last, First)', + 'Cust# | Cust. Status | Customer' => + 'custnum | Status | Last, First or Company (Last, First)', + + 'Cust. Status | Name | Company' => + 'Status | Last, First | Company', + 'Cust# | Cust. Status | Name | Company' => + 'custnum | Status | Last, First | Company', + + 'Cust. Status | (bill) Customer | (service) Customer' => + 'Status | Last, First or Company (Last, First) | (same for service contact if present)', + 'Cust# | Cust. Status | (bill) Customer | (service) Customer' => + 'custnum | Status | Last, First or Company (Last, First) | (same for service contact if present)', + + 'Cust. Status | (bill) Name | (bill) Company | (service) Name | (service) Company' => + 'Status | Last, First | Company | (same for service address if present)', + 'Cust# | Cust. Status | (bill) Name | (bill) Company | (service) Name | (service) Company' => + 'custnum | Status | Last, First | Company | (same for service address if present)', + + '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# | 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', + 'Cust# | Cust. Status | Name | Company | Address 1 | Address 2 | City | State | Zip | Country | Day phone | Night phone | Fax number | Invoicing email(s) | Payment Type | Current Balance' => + 'custnum | Status | Last, First | Company | (all address fields ) | ( all phones ) | Invoicing email(s) | Payment Type | Current Balance', ); }