From: Bill Erickson Date: Mon, 17 Apr 2017 16:00:03 +0000 (-0400) Subject: JBAS-1554 Avoid duplicate circ_ids vars X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=11e89a7af8c8688bff4fac2fae61369837673bd2;p=working%2FEvergreen.git JBAS-1554 Avoid duplicate circ_ids vars Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm index b756974298..291f48ef74 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm @@ -1747,7 +1747,7 @@ sub handle_circ_update { my $action = shift; my $circ_ids = shift; - my $circ_ids //= [$self->cgi->param('circ_id')]; + $circ_ids //= [$self->cgi->param('circ_id')]; if ($action =~ /delete/) { my $options = {