[Koha-bugs] [Bug 22456] Allow patrons to cancel their waiting holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 30 22:31:07 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22456

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed

--- Comment #102 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I am sorry, but I get this error when trying to return an item with a hold on
it:

Can't call method "id" on an undefined value at
/kohadevbox/koha/circ/returns.pl line 351

  349:     # is there a waiting hold for the item, for which cancellation
  350:     # has been requested?
  351:     my $waiting_holds_to_be_cancelled =
  352:       Koha::Holds->waiting->search( { itemnumber => $item->id } )
  353:       ->filter_by_has_cancellation_requests;
  354:     while ( my $hold = $waiting_holds_to_be_cancelled->next ) {

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list