From: Jason Stephenson Date: Sat, 23 Sep 2017 18:45:41 +0000 (-0400) Subject: Edit comment on line 1370 of Account.pm. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdyrcona%2Fi_messed_up;p=working%2FEvergreen.git Edit comment on line 1370 of Account.pm. --- 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 2c2aeac11c..6095f85ed8 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm @@ -1367,7 +1367,7 @@ sub attempt_hold_placement { last; } - # Need to modify this to skip those that had the hold_success or hold_failed fields set. + # Skip those that had the hold_success or hold_failed fields set for duplicate holds placement. my ($hdata) = grep {$_->{target_id} eq $resp->{target} && !($_->{hold_failed} || $_->{hold_success})} @hold_data; my $result = $resp->{result};