From: ivan Date: Fri, 5 Aug 2011 18:46:57 +0000 (+0000) Subject: fix spurious !; in customer search, RT#13966 X-Git-Tag: freeside_2_3_1~354 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8b5523620f408c72a3e0fac002d3135839f3c959 fix spurious !; in customer search, RT#13966 --- 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}} ) { -  !; +   % } %