diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-08-29 15:20:58 -0700 | 
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-29 15:20:58 -0700 | 
| commit | 6582619e75b10d84d739c9422413e9d0754ce37b (patch) | |
| tree | 7cf6699939b247b20a27553ee0d119d027b72cbf | |
| parent | 1fce50d6d13848c0a4856090af4fe458f261b199 (diff) | |
fix customers with disabled advertising sources missing from advanced customer report, RT#19162
| -rwxr-xr-x | httemplate/search/report_cust_main.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 526bce26c..4fb8fecfb 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> | 
