https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16378
Jacek Ablewicz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50888|0 |1 is obsolete| | --- Comment #4 from Jacek Ablewicz <[email protected]> --- Created attachment 50894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50894&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) Signed-off-by: Jacek Ablewicz <[email protected]> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
