Skip to content

Commit ce9d75f

Browse files
Llewellyn Marshallmmorgannoble
authored andcommitted
LP#2107404 Update Pickup Lib from staff catalog record doesn't retarget
flag a hold for retargeting if its copy is cleared due to pickup library change from record's "View Holds" page. Release-note: Staff Catalog: Retarget the hold when pickup library is changed. Signed-off-by: Llewellyn Marshall <[email protected]> Signed-off-by: Gina Monti <[email protected]> Signed-off-by: Steven Mayo <[email protected]> Signed-off-by: blake <[email protected]> Signed-off-by: Jane Sandberg <[email protected]> Signed-off-by: Michele Morgan <[email protected]>
1 parent cd4d37c commit ce9d75f

File tree

1 file changed

+1
-0
lines changed
  • Open-ILS/src/perlmods/lib/OpenILS/Application/Circ

1 file changed

+1
-0
lines changed

Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,7 @@ sub update_hold_impl {
13591359
} elsif ($hold_status == 2) {
13601360
$logger->info("Pickup location changed and waiting for capture, clear current_copy for hold ".$hold->id);
13611361
$hold->clear_current_copy;
1362+
$need_retarget = 1;
13621363
}
13631364
}
13641365

0 commit comments

Comments
 (0)