summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-29 15:20:57 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-29 15:20:57 -0700
commitc19fc5ead7b7eb700ced64658378ac934b1bc98d (patch)
treef72c9616d87720a6e1d1a9b323076ffbf6453cca
parent33aa032478e29000c8c0d4fbe7bf8cb25c277606 (diff)
fix customers with disabled advertising sources missing from advanced customer report, RT#19162
-rwxr-xr-xhttemplate/search/report_cust_main.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index a2c6f1c4c..3e7181d4f 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -28,7 +28,8 @@
<& /elements/tr-select-part_referral.html,
'label' => emt('Advertising Source'),
'multiple' => 1,
- 'all_selected' => 1,
+ #no, causes customers with disabled ones to disappear
+ #'all_selected' => 1,
&>
<TR>