summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-06-28 16:39:05 -0700
committerMark Wells <mark@freeside.biz>2016-06-28 16:39:05 -0700
commitc663e377fd2c5089e7364b1144248edbaab76fe4 (patch)
tree4708d4a9e20d7f2aab187782083b7961b9950a8d /httemplate
parent1c6bfeb43ab4a75417bb0cb69b22b77d034ec799 (diff)
parent859eaa6ff11225dd556c02003cff2a102f6d5605 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi
index 62231a120..da6c89d44 100755
--- a/httemplate/search/cust_main.cgi
+++ b/httemplate/search/cust_main.cgi
@@ -501,7 +501,7 @@ if ( $cgi->param('browse')
);
}
- @cust_main = grep { $_->num_ncancelled_pkgs || ! $_->num_pkgs } @cust_main
+ @cust_main = grep { $_->status ne 'cancelled' } @cust_main
if ! $cgi->param('cancelled')
&& (
$cgi->param('showcancelledcustomers') eq '0' #see if it was set by me