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

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

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

--- Comment #102 from Katrin Fischer <katrin.fisc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to