From 20a2806cd47eb69dc5686cfbffbe3ebfea9768e6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 Nov 2016 12:16:12 -0800 Subject: [PATCH] add option to customer search to search on non-active packages too, RT#73062 --- httemplate/search/report_cust_main.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index c35ef22d7..b6be023f6 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -107,6 +107,12 @@ + +
+ + <% emt('Package search options') %> + + -- 2.11.0
With