[Koha-bugs] [Bug 18266] Internal Server Error when paying fine for lost item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 14 16:14:50 CET 2017


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |master

--- Comment #1 from Marc Véron <veron at 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.


More information about the Koha-bugs mailing list