[Koha-bugs] [Bug 16780] Specify due date always sets time as AM when using 12 hour time format

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 24 12:43:03 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16780

--- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 52781
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52781&action=edit
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list