28 Apr
2016
28 Apr
'16
10:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16378 --- Comment #3 from Marc Véron <veron@veron.ch> --- Created attachment 50888 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50888&action=edit Bug 16378: Overdues.pm: Can't call method "store" without a package or object reference Overdues.pm line 588 tries to do an $accountline->set with column outstanding instead of amountoutstanding. This patch fixes it. To test: - Verify that code change is correct. - Try to trigger a situation where an existing fine is updated (see comment in line 574 in C4/Overdues.pm) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.