[koha-commits] main Koha release repository branch master updated. v3.22.00-202-g201f6e4

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 17:04:44 CET 2015


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  201f6e4e0be7afe5eed83c23cb4a051a5b75df74 (commit)
       via  7b8d8a860bd4862533a204a504a56c6cf36e6a23 (commit)
       via  06e372d0be648ec8652d97cfaf56af885a679e2b (commit)
      from  1d64ce817e58f26af8a7052230c53b713125c9a2 (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 201f6e4e0be7afe5eed83c23cb4a051a5b75df74
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 16:01:26 2015 +0000

    Bug 13592 - DBrev 3.23.00.011
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7b8d8a860bd4862533a204a504a56c6cf36e6a23
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 18 18:50:32 2015 +0000

    Bug 13592 [QA Followup] - Make the system preference description self documenting
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 06e372d0be648ec8652d97cfaf56af885a679e2b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 11 15:12:45 2015 +0000

    Bug 13592: Add an option to charge for any hold placed
    
    Currently the fee is applied on if all items for the record are issued
    and at least one hold already exists on the record.
    This patch does not give a complete answer to the problem (see
    discussion on bug 13592 for the other user's expectations).
    It only adds the ability to charge for any hold placed regardless of the
    conditions.
    
    Test plan:
    1) Execute the updatedb entry to insert the new pref
    2) Confirm that the behavior is the same as before applying this patch
    3) Change the HoldFeeMode pref to 'always'
    4) Note that the fee is applied for any hold placed
    
    Signed-off-by: Sally Healey <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Reserves.pm                                           |    3 ++-
 Koha.pm                                                  |    2 +-
 installer/data/mysql/sysprefs.sql                        |    1 +
 installer/data/mysql/updatedatabase.pl                   |   10 ++++++++++
 .../prog/en/modules/admin/preferences/circulation.pref   |    6 ++++++
 t/db_dependent/Reserves/GetReserveFee.t                  |   14 ++++++++++----
 6 files changed, 30 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list