[koha-commits] main Koha release repository branch master updated. v3.22.00-1322-ge27bca7

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 12:14:51 CEST 2016


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  e27bca77c77617f807304ca9775897a0b7a11dda (commit)
       via  f3b42788cd874ee8cc9cf21a6b8fee564e59e4ec (commit)
       via  2aa93c5fda64ee87c0c84508a0c7740dceb94c17 (commit)
       via  456348aba9a13413b0409f11d21d5f0133f498fe (commit)
      from  2026be47fd79fb15f1e9fb83be34403e8eb18079 (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 e27bca77c77617f807304ca9775897a0b7a11dda
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 29 10:23:47 2016 +0000

    Bug 15532 - DBRev 3.23.00.054

commit f3b42788cd874ee8cc9cf21a6b8fee564e59e4ec
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 27 17:18:49 2016 +0000

    Bug 15532 [QA Followup] - Remove unused variable
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

commit 2aa93c5fda64ee87c0c84508a0c7740dceb94c17
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Apr 18 16:46:57 2016 +0000

    Bug 15532 [QA Followup] - Remove unecessary lines from unit test
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

commit 456348aba9a13413b0409f11d21d5f0133f498fe
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Sat Dec 19 11:34:03 2015 +0000

    Bug 15532: Add ability to allow only items whose home/holding branch matches the hold's pickup branch to fill a given hold
    
    Some libraries would like to be able to limit hold filling to items that
    match the pickup library for a hold based on the item's home or holding
    library. The patron's home library should not affect whether a patron
    can place the hold, instead the hold will only be fillable when an item
    matching the pickup location becomes available.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Note the new "Hold pickup library match" rules for "checkout, hold,
       and return policy" and for "holds policy by item type"
    4) Set the policy to "item's holding library"
    5) Place a hold where the item's holding branch does not match
       the pickup branch
    6) Check in the item
    7) Note it is not trapped for the hold
    8) Update the item's holding branch to match the pickup branch
    8) Check in the item
    9) Note the item is trapped for the hold
    10) Repeat steps 4-9 but for home branch instead
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as described
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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

Summary of changes:
 C4/Circulation.pm                                  |   10 +-
 C4/HoldsQueue.pm                                   |   54 ++++++--
 C4/Reserves.pm                                     |    1 +
 Koha.pm                                            |    2 +-
 admin/smart-rules.pl                               |   86 ++++++------
 installer/data/mysql/kohastructure.sql             |    4 +
 installer/data/mysql/updatedatabase.pl             |   39 ++++--
 .../prog/en/modules/admin/smart-rules.tt           |   58 ++++++++
 t/db_dependent/Holds/HoldFulfillmentPolicy.t       |  139 ++++++++++++++++++++
 t/db_dependent/HoldsQueue.t                        |  119 ++++++++++++++++-
 10 files changed, 442 insertions(+), 70 deletions(-)
 create mode 100755 t/db_dependent/Holds/HoldFulfillmentPolicy.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list