[freeside-commits] branch master updated. c19fc5ead7b7eb700ced64658378ac934b1bc98d

Ivan ivan at 420.am
Wed Aug 29 15:20:58 PDT 2012


The branch, master has been updated
       via  c19fc5ead7b7eb700ced64658378ac934b1bc98d (commit)
      from  33aa032478e29000c8c0d4fbe7bf8cb25c277606 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c19fc5ead7b7eb700ced64658378ac934b1bc98d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 29 15:20:57 2012 -0700

    fix customers with disabled advertising sources missing from advanced customer report, RT#19162

diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index a2c6f1c..3e7181d 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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/report_cust_main.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list