[koha-commits] main Koha release repository branch master updated. v3.16.00-525-g5faef12

Git repo owner gitmaster at git.koha-community.org
Tue Sep 2 15:41:33 CEST 2014


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  5faef12f68671a0e6460e219c98c86ff86e478be (commit)
       via  063bf5d9fa08a332a92e16d79eee16d264ca281e (commit)
       via  48e0107684267762b55ae0eae3e3cfccbb34d92b (commit)
       via  14ad9131f95f9e3a51ff1e6bb7c82f6832522b2c (commit)
      from  19f2f0e7764675d52e31e81684c7939938f5a6f1 (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 5faef12f68671a0e6460e219c98c86ff86e478be
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Sep 2 10:40:32 2014 -0300

    Bug 12205: (regression tests) HoldsInNoissuesCharge controls GetMemberAccountBalance behaviour regarding hold charges
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 063bf5d9fa08a332a92e16d79eee16d264ca281e
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Sep 1 12:58:22 2014 -0300

    Bug 12205: DBRev 3.17.00.018
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 48e0107684267762b55ae0eae3e3cfccbb34d92b
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed May 7 10:15:20 2014 +1200

    Bug 12205 : Add a system preference allowing hold charges to block circ
    
    Currently, if you have holds charges, they are not taken into
    consideration when circulating items.
    
    Manual Invoices, and rental charges are governed by a systempreference
    
    Holds are never counted
    
    And all other charges (overdues, lost items etc) are counted
    
    This patch adds a systempreference to allow Hold charges to be counted
    as well.
    
    To test
    
    1/ Set a borrower category to have holds charges
    2/ Place a hold for a borrower in that category
    3/ Go to checkout, notice that charge is not showing or blocking on
    that screen
    4/ apply patch
    5/ notice that charge now shows on checkout
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 14ad9131f95f9e3a51ff1e6bb7c82f6832522b2c
Author: Marc Véron <veron at veron.ch>
Date:   Sun Jul 27 08:03:23 2014 +0200

    Bug 12705 - News not possible for one sublanguage if two sublanguages are installed
    
    To test:
    - Install two language variants (e.g. de-DE and de-CH)
    - Create OPAC news for each of them
    - Verify that they are displayed in OPAC as appropriate
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works Ok, no koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works ok, all installed languages now show up in the pull downs
    and display for the selected language in the OPAC.
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Members.pm                                      |    3 +-
 installer/data/mysql/updatedatabase.pl             |    8 +++++
 .../en/modules/admin/preferences/circulation.pref  |    6 ++++
 kohaversion.pl                                     |    2 +-
 t/db_dependent/Members.t                           |   35 +++++++++++++++++++-
 tools/koha-news.pl                                 |   13 +++++---
 6 files changed, 59 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list