[koha-commits] main Koha release repository branch master updated. v19.05.00-1312-g17d2211

Git repo owner gitmaster at git.koha-community.org
Wed Nov 13 15:27:25 CET 2019


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  17d221144605875b6efb1569093b76f412f8aea5 (commit)
       via  c4ca7bff689a37debc7aa850fdd42bfc5a19386e (commit)
       via  4ad2bedb97712b4d574d6779ceff9753558c1db0 (commit)
      from  86f999812e1fb281742d79757964227ea0f5d330 (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 17d221144605875b6efb1569093b76f412f8aea5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 12 18:00:02 2019 +0100

    Bug 23985: (bug 21206 follow-up) Fix checkout list when "Hold pickup library match" not set
    
    This patch restores the behavior prior to bug 21206.
    If "Hold pickup library match" is "Not set", then
    hold_fulfillment_policy equals an empty string.
    
    Test plan:
    1. Go to "Circulation and fines rules"
    2. Under "Default checkout, hold and return policy", unset "Hold pickup
    library match" and Save
    3. Place a hold on one item for one patron
    4. Try to checkout the same item with another patron
    
    => Without this patch you the checkout list do not show, and the logs
    contain "The method Koha::Item-> is not covered by tests!"
    => With this patch applied you see the checkout list
    
    QA will take care of comparing the statement with the one before bug 21206
    and make sure they are equivalent
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c4ca7bff689a37debc7aa850fdd42bfc5a19386e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 13 12:35:45 2019 +0100

    Bug 24026: (bug 22847 follow-up) Display correctly max[onsite]issueqty (not the propagated ones)
    
    See bug 22847. We should never call ->Get in this template, we want
    to display the values in the DB, not the calculated ones
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4ad2bedb97712b4d574d6779ceff9753558c1db0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 13 12:35:39 2019 +0100

    Bug 24026: (bug 22847 follow-up) Remove c/p issues
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Reserves.pm                                               |    8 +++++++-
 Koha/Template/Plugin/CirculationRules.pm                     |    8 ++++----
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt |    4 ++--
 3 files changed, 13 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list