[Koha-bugs] [Bug 9014] Add time due to slips

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 6 15:31:03 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9014

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13906|0                           |1
        is obsolete|                            |

--- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 13907
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13907&action=edit
Bug 9014 - Add time due to slips

This patch modifies Koha::DateUtils::output_pref to support the new system
preference TimeFormat, which defines the visual format for a time as either the
24 hour format ( default ), or the 12 hour format (HH:MM AM/PM).

The patch also modifies C4::Members::IssueSlip to use output_pref rather than
format_date.

Test Plan:
1) Apply patch
2) Run updatedatabase.pl
3) Issue an item to a patron, verify the times are in 24 hour format.
4) Switch TimeFormat to the 12 hour format.
5) Revist the patron record you issued an item to, times should now be in a 12
hour format.
6) Print a slip for this patron, you should now see the time as well as the
date.

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


More information about the Koha-bugs mailing list