[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.01-52-g34acff4fa0

Git repo owner gitmaster at git.koha-community.org
Mon Jul 13 18:16:14 CEST 2020


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, 20.05.x has been updated
       via  34acff4fa093a68ca22cc1820e09bbe0829f348e (commit)
       via  1ef613a005bb66a7a7d63ceccbb44c1c94d82132 (commit)
       via  b326c76cab302e142ec46d58d9dced0fede4cc61 (commit)
      from  a0673794ebc4bbac61aaa8d11d31056dee602f6d (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 34acff4fa093a68ca22cc1820e09bbe0829f348e
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Mon Jul 13 15:41:05 2020 +0000

    Bug 25232: DBRev 20.05.01.002
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 1ef613a005bb66a7a7d63ceccbb44c1c94d82132
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 7 09:16:37 2020 -0400

    Bug 25232: Add ability to specify multiple notforloan values to skip
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 326c0159a016c25394acde03c379bfea5bb3b820)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit b326c76cab302e142ec46d58d9dced0fede4cc61
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 21 13:52:40 2020 -0400

    Bug 25232: Add ability to skip trapping items with a given notforloan value
    
    This is a companion/alternative to bug 25184, in that it allows an
    explicit workflow for placing returned books into temporary storage for
    a few days for decontamination purposes.
    
    The idea here is to create a specific notforloan value for "In
    Decontamination" or something along along those lines. This notforloan
    value would never be trappable. At the end of decon,
    UpdateNotForLoanStatusOnCheckin  could be used to remove the
    notforloan status and allow checkins to be trapped to fill holds.
    
    Test Plan:
    1) Apply this patch
    2) Restart all the things!
    3) Give an item a negative notforloan value
    4) Place a hold on the item
    5) Check the item in
    6) Note the item is trapped for hold
    7) Set SkipHoldTrapOnNotForLoanValue to the same notforloan value
       you used in step 3
    8) Check the item in again
    9) Note Koha did not ask you to trap the item for hold!
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 465e5562fc2f852282f7dcc4683dd0e87b0633eb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list