[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.19-16-g6df6e15

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 12:45:11 CEST 2017


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, 3.22.x has been updated
       via  6df6e1588b100a99ffe8f37a726f9cbf46b64362 (commit)
      from  0d914381e083efe36d9b0ae5e0f4ef67c1be2a6e (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 6df6e1588b100a99ffe8f37a726f9cbf46b64362
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 21 12:24:28 2017 -0300

    Bug 18266: Fix internal error when paying fine for lost item without.. item
    
    If a fine is created for a lost item but the itemnumber is not supplied,
    the system will return it.
    The item should not be mark as returned if there is no item linked to
    the fine.
    
    Test plan:
    1. Turn StoreLastBorrower on
    2. Create a manual invoice for a lost item, do not supply a barcode
    3. Pay the fines 'Pay fines > Pay'
    
    => Without this patch applied you get
    Can't call method "last_returned_by" on an undefined value at
    /home/marc/koha/C4/Circulation.pm line 2188.
    
    => With this patch applied, you must not get the error.
    
    (cherry picked from commit a59f056631e882ce166eed7eb6e366481449b148)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list