Koha/installer/data/mysql
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
..
atomicupdate Bug 7475: Update configuration 2012-09-19 17:15:25 +02:00
de-DE Bug 9884 - Plugin permissions not added to translations 2013-03-21 07:49:04 -04:00
en Bug 7804 - Add Koha Plugin System - QA Followup - Add flags and permissions sql 2013-03-20 14:49:58 -04:00
es-ES Bug 9884 - Plugin permissions not added to translations 2013-03-21 07:49:04 -04:00
fr-FR Bug 9884 - Plugin permissions not added to translations 2013-03-21 07:49:04 -04:00
it-IT Bug 9884 - Plugin permissions not added to translations 2013-03-21 07:49:04 -04:00
nb-NO Bug 9884 - Plugin permissions not added to translations 2013-03-21 07:49:04 -04:00
pl-PL Bug 9884 - Plugin permissions not added to translations 2013-03-21 07:49:04 -04:00
ru-RU Bug 9884 - Plugin permissions not added to translations 2013-03-21 07:49:04 -04:00
uk-UA Bug 9884 - Plugin permissions not added to translations 2013-03-21 07:49:04 -04:00
backfill_statistics.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
kohastructure.sql Bug 7804 - Add Koha Plugin System 2013-03-20 14:49:47 -04:00
labels_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
patroncards_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
sample_only_param_tables.sql
sysprefs.sql Bug 9014 - Add time due to slips 2013-03-21 11:07:42 -04:00
update22to30.pl Bug 8289 Upgrading from 2.2 does not work anymore 2012-06-25 16:15:42 +02:00
updatedatabase.pl Bug 9014 - Add time due to slips 2013-03-21 11:07:42 -04:00