Not strictly required, but may as well save a picosecond
of grief for the next person who adds to this code.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
$e->rollback;
if ($e->requestor->id == $hold->usr) {
- $U->create_events_for_hook('hold_request.cancel.patron', $hold, $hold->pickup_lib)
+ $U->create_events_for_hook('hold_request.cancel.patron', $hold, $hold->pickup_lib);
} else {
- $U->create_events_for_hook('hold_request.cancel.staff', $hold, $hold->pickup_lib)
+ $U->create_events_for_hook('hold_request.cancel.staff', $hold, $hold->pickup_lib);
}
return 1;