[koha-commits] main Koha release repository branch master updated. v16.11.00-331-gbcf9fda

Git repo owner gitmaster at git.koha-community.org
Fri Jan 20 15:29:58 CET 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, master has been updated
       via  bcf9fdafabcddc9b50f874969bb6a84beecbacc3 (commit)
       via  90f9a3c6aca2b767e11eed7114589b8144184bfb (commit)
       via  45cee0cec8684824d6e4e3cd83cd30b44c511c02 (commit)
      from  42bef19fe9794394ff89eb864fd656295b5e60df (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 bcf9fdafabcddc9b50f874969bb6a84beecbacc3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 27 09:05:18 2016 +0100

    Bug 17588: ->get_issues has been replaced with ->checkouts
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 90f9a3c6aca2b767e11eed7114589b8144184bfb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 6 09:22:11 2016 +0100

    Bug 17588: get_account_lines->get_balance has been replace with account->balance
    
    On previous bugs
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 45cee0cec8684824d6e4e3cd83cd30b44c511c02
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 8 13:52:56 2016 +0000

    Bug 17588: Koha::Patrons - Move GetMemberIssuesAndFines
    
    The GetMemberIssuesAndFines subroutine used to retrieve the issues,
    overdues and fines for a given patron. Most of the time, only 1 or 2 of
    these values were used.
    This patch removes this subroutine and uses the new get_issues,
    get_overdues and get_balance method from Koha::Patron and Koha::Account::Lines.
    
    Test plan:
    1/ Add overdues, issues and fines to different patrons
    2/ On the checkout, checkin and patron search result and the patron
    detail pages, these 3 informations, if displayed before this patch, must be
    correctly displayed.
    3/ Use the batch patron deletion tool and make sure that patrons with a
    balance > 0 are not deleted
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm                         |   42 ---------------------------------
 C4/Utils/DataTables/Members.pm        |   11 +++++----
 C4/Utils/DataTables/VirtualShelves.pm |    1 -
 circ/circulation.pl                   |   19 ++++++++-------
 circ/returns.pl                       |    8 ++++---
 members/moremember.pl                 |   15 ++++++++----
 t/db_dependent/Reserves.t             |    9 +++----
 tools/cleanborrowers.pl               |    3 ++-
 8 files changed, 39 insertions(+), 69 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list