retarget title holds after transfering to a new bib
authorJason Etheridge <jason@esilibrary.com>
Wed, 22 Jun 2011 18:04:40 +0000 (14:04 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 27 Jun 2011 13:53:12 +0000 (09:53 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm

index 1be6838..de3f75e 100644 (file)
@@ -3453,6 +3453,8 @@ sub change_hold_title {
 
     $e->commit;
 
+    _reset_hold($self, $e->requestor, $_) for @$holds;
+
     return 1;
 }