https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18266
Marc Véron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master --- Comment #1 from Marc Véron <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
