[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.08-1-g2532c0a

Git repo owner gitmaster at git.koha-community.org
Thu Jul 26 12:52:14 CEST 2018


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, 17.11.x has been updated
       via  2532c0a3fad64109f77889c590a74f2c82a9a13a (commit)
      from  fe370acaa42d208d0cb7f00ae396081648d551af (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 2532c0a3fad64109f77889c590a74f2c82a9a13a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jul 18 11:36:36 2018 +0000

    Bug 12001: [17.11.X] Remove simple calls to GetMemberAccountRecords
    
    I chose not to backport the main patchset as it was big and didn't apply
    clean, however, this problem seems to be an issue in 17.11.x
    
    This patchset removes the calls where only the total is fetched/used
    
    Please consider for backport
    
    To test:
    1 - Have a patron with some fines
    2 - View these pages and confirm fine amounts display:
        circ/circulation.pl
        opac/opac-main.pl
        opac/opac-reserve.pl
        opac/opac-user.pl
        reserve/request.pl
    3 - Apply patch
    4 - View pages again, confirm fines display correctly and no errors

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

Summary of changes:
 C4/Members.pm        |    8 ++++++--
 Koha/Account.pm      |   38 ++++++++++++++++++++++++++++++++++++++
 circ/circulation.pl  |    2 +-
 opac/opac-main.pl    |    4 +++-
 opac/opac-reserve.pl |    3 ++-
 opac/opac-user.pl    |    4 +++-
 reserve/request.pl   |    2 +-
 7 files changed, 54 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list