summaryrefslogtreecommitdiff
path: root/FS/FS/ConfDefaults.pm
diff options
context:
space:
mode:
authorjeff <jeff>2007-12-19 21:05:37 +0000
committerjeff <jeff>2007-12-19 21:05:37 +0000
commit00aed756e1449f4d0847b1d05f96208d607b4711 (patch)
treefedefc337b3e7e0b41f2285c77c8a26f1c9c15ce /FS/FS/ConfDefaults.pm
parentb91858c22eae141b31fe0024ee2a04bdeae2f3c5 (diff)
add options for balance over/under to advanced customer report
Diffstat (limited to 'FS/FS/ConfDefaults.pm')
-rw-r--r--FS/FS/ConfDefaults.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/ConfDefaults.pm b/FS/FS/ConfDefaults.pm
index e3257e2..7978259 100644
--- a/FS/FS/ConfDefaults.pm
+++ b/FS/FS/ConfDefaults.pm
@@ -53,6 +53,8 @@ sub cust_fields_avail { (
'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',
); }