[Koha-bugs] [Bug 16378] Overdues.pm: Can't call method "store" without a package or object reference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 28 14:14:03 CEST 2016


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50894|0                           |1
        is obsolete|                            |

--- Comment #6 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 50905
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50905&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 <abl at biblos.pk.edu.pl>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list