From 3aef626f403ffe39e1ee8975be7821c9a9c0991c Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 23 Sep 2017 14:45:41 -0400 Subject: [PATCH] Edit comment on line 1370 of Account.pm. --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.11.0