Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Kyle M Hall b900f5f056 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) Revisit 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.

Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests after fixing the test count in t/DateUtils.t.
Fixed conflicts in syspref.sql and updatedatabase.pl.

Signed-off-by: Cedric Vita <cedric.vita@dracenie.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
As we have another sign-off on this now I gave it a quick
run through and it works as expected.
All tests and QA script pass.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-21 11:07:42 -04:00
..
acquisitions.pref
admin.pref Bug 9827: remove 'insecure' system preference 2013-03-19 21:46:34 -04:00
authorities.pref
cataloguing.pref
circulation.pref Bug 4906: Allow fine calculation to exclude grace period 2013-03-16 21:47:21 -04:00
creators.pref
enhanced_content.pref Bug 7804 - Add Koha Plugin System 2013-03-20 14:49:47 -04:00
i18n_l10n.pref Bug 9014 - Add time due to slips 2013-03-21 11:07:42 -04:00
local_use.pref
logs.pref Bug 9293 - action_logs not tracking payments 2013-03-11 17:59:17 -04:00
opac.pref Bug 9756 - Patron self registration missing preference PatronSelfRegistrationAdditionalInstructions 2013-03-15 19:10:58 -04:00
patrons.pref
searching.pref Bug 9341: Problem with UNIMARC authors facets 2013-03-19 20:37:29 -04:00
serials.pref
staff_client.pref
web_services.pref