From 8b5523620f408c72a3e0fac002d3135839f3c959 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 5 Aug 2011 18:46:57 +0000 Subject: [PATCH] fix spurious !; in customer search, RT#13966 --- httemplate/search/cust_main.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 5c1fb4100..aae8c7e99 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -321,7 +321,7 @@ % } % % unless ( @{$all_pkgs{$custnum}} ) { -  !; +   % } % -- 2.11.0