[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.16-16-gb42c7b8

Git repo owner gitmaster at git.koha-community.org
Thu Feb 9 10:48:08 CET 2017


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, 3.22.x has been updated
       via  b42c7b8d44028178ecfc9af2106c5fc3e836bd1d (commit)
      from  ab135c07aab4229fbf02916683cfa10c06044e2d (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 b42c7b8d44028178ecfc9af2106c5fc3e836bd1d
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Mon Dec 12 16:49:44 2016 +0200

    Bug 16387: Fix default shortened loan period time
    
    When a loan period is shortened due to using decreaseLoanHighHolds* the time is
    always set to the current time in X days, even if the original loan period is
    given in days and not in hours.
    
    It should default to 23:59 as is normal for loan periods given in days.
    
    As original due date time defaults to 23:59 when given in days, this patch
    modifies the hours and minutes of shortened due date to be equal to original due
    date.
    
    To test:
    1. prove t/db_dependent/DecreaseLoanHighHolds.t
    
    Signed-off-by: Grace McKenzie <grace.mcky at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 21ac9fcdc2ca449a491cc79e68cc854ee248d911)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 090f2885b7a910ee84212fa5bb0141611121eb77)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Circulation.pm |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list