[koha-commits] main Koha release repository branch master updated. v3.22.00-1307-g4fb754d

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 01:14:08 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  4fb754d3378adac7b9a1e40a0d83df2a7e5c2006 (commit)
      from  a63a51381b837343eb13a2f719d797fec4937cfa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4fb754d3378adac7b9a1e40a0d83df2a7e5c2006
Author: Marc Véron <veron at veron.ch>
Date:   Thu Apr 28 11:47:57 2016 +0200

    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>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Overdues.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list