[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.04-47-g1d8a66a

Git repo owner gitmaster at git.koha-community.org
Mon Oct 8 10:22:02 CEST 2018


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, 18.05.x has been updated
       via  1d8a66ad010247c90a8930f4d2b48f96bbfe3b7e (commit)
      from  3e77e7a4d6c90e6a14d152af19c46cda6486e7ac (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 1d8a66ad010247c90a8930f4d2b48f96bbfe3b7e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 13 13:23:00 2018 -0300

    Bug 21176: Fix due date calculation when high holds and TimeFormat is 12hr
    
    What we were doing was wrong and is still wrong. The output_pref should not be done
    in modules or script, only template side.
    Much more work would be needed to clean the situation. This patch provides less changes
    as possible to, hopefully, not introduce side-effects.
    
    To recreate:
    1 - Enable decreaseLoanHighHolds, set to 1 day and more than 0 holds
    2 - Set TimeFormat to 12 hour
    3 - Find or create a record with two items
    4 - Place a hold on one of them
    5 - Checkout the other to a different patron
    6 - Note the warning message display correct time
    7 - Confirm the checkout
    8 - Note the item is due at 11:59AM
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 11885e75c04fa53cd88daae1ec0dc4a2a8ecd1f7)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Circulation.pm                                           |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list