[koha-commits] main Koha release repository branch master updated. v16.05.00-245-g7c89f78

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 14:50:18 CEST 2016


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  7c89f78f3bef1cdebb51dcb41fdda7a8dc252b94 (commit)
      from  ffcb360321f6abe111c3352606b4c641ac48950a (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 7c89f78f3bef1cdebb51dcb41fdda7a8dc252b94
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 24 10:35:25 2016 +0000

    Bug 16780 - Specify due date always sets time as AM when using 12 hour time format
    
    This regression is occurs because the time format for the checkout
    date/time widget is only meant to be given in 24 hour format. The time
    due should not be converted to 12 hr time even if the library has 12
    hour set as their preferred time format.
    
    Test Plan:
    1) Performat a backdated checkout with a date due that has a PM time
    2) Note the date/time picker on the confirmition screen shows the time
       in AM/PM
    2) Note the time is not stored correctly
    3) Apply this patch
    4) Repeate step 1
    5) Note the confirmation date/time picker now show the time in 24hr
       format
    6) Note the time was stored correctly
    
    Signed-off-by: Claire Gravely <c.gravely at arts.ac.uk>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 circ/circulation.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list