[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.04-98-gb9dbe40

Git repo owner gitmaster at git.koha-community.org
Fri Nov 15 14:16:27 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, 19.05.x has been updated
       via  b9dbe40cfb0b9842273ceedc13c9592bb4ca1aff (commit)
       via  556aa6f65eec6cde5697e4af58da8b35dcddc8b9 (commit)
       via  9b18a475a596fc6e56bf49341fd5074b4e591995 (commit)
      from  828a9ecd2983f9117af3852dbf834f09bfd0471e (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 b9dbe40cfb0b9842273ceedc13c9592bb4ca1aff
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 7 11:41:29 2019 +0100

    Bug 23765: Do not display localized templates if TranslateNotices is off
    
    To test:
    1. Enable multi-languages
    2. Set the preference 'TranslateNotices' on  'Allow'
    3. Go to: tools==>Notices & slips==>Edit, make sure it has multilingual
    email templates.
    4. Set the preference TranslateNotices on 'Don't allow'.
    5. Go to: tools==>Notices & slips==>Edit, the template shows several tab
    for the same transport type.
    6. Apply the patch.
    7. Repeat the steps 4 and 5
    8. Success. It only shows the default template when TranslateNotices is
    'Dont allow'.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 86f999812e1fb281742d79757964227ea0f5d330)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 556aa6f65eec6cde5697e4af58da8b35dcddc8b9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 22 11:10:59 2019 +0200

    Bug 23854: Fix failure on dates when editing a suggestion
    
    - Watch plack-error-log
    - Change an accepted suggestion to 'No Status'
    - Verify error in the logs (use strict mode, depending on DBMS version)
    - Status changed was not saved
    - Apply patch
    - Verify the error is gone, change is saved now.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 73198bc4bdafa6817c916c777a51a73d937ba2aa)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9b18a475a596fc6e56bf49341fd5074b4e591995
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>
    (cherry picked from commit 17d221144605875b6efb1569093b76f412f8aea5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Letters.pm                               |   26 +++++++++++-----------
 C4/Reserves.pm                              |    8 ++++++-
 suggestion/suggestion.pl                    |    7 ++++--
 t/db_dependent/Letters/GetLetterTemplates.t |   31 ++++++++++++++++-----------
 4 files changed, 43 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list