Edit comment on line 1370 of Account.pm. user/dyrcona/i_messed_up
authorJason Stephenson <jason@sigio.com>
Sat, 23 Sep 2017 18:45:41 +0000 (14:45 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 29 Sep 2017 22:46:52 +0000 (18:46 -0400)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm

index 2c2aeac..6095f85 100644 (file)
@@ -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};