https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18266 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master --- Comment #1 from Marc Véron <veron@veron.ch> --- Following finding: sub pay in Koha/Account.pm line 106 triggers C4::Circulation::ReturnLostItem ( $self->{patron_id}, $fine->itemnumber ); $fine->itemnumber is not defined. But should payment for a lost item mark the item as returned? Payment for an item that is lost does not necessarily mean that the item is already replaced or will be replaced at all. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.