Bug 16624: Fix regression displaying a letter with hours
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 7 Jun 2016 11:02:06 +0000 (12:02 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 1 Aug 2016 07:19:21 +0000 (09:19 +0200)
commit917054eaf63e656a521dc5742e2124a186d7c96c
treee68d6f7964bee0ade725a81c70c9a79b78eee53b
parent91d6b787dd4e515b9c3b9f4444a3260e81f49121
Bug 16624: Fix regression displaying a letter with hours

Bug 13622 has introduced a bug, if pref TimeFormat is 12hr and a date is
displayed in both title and content of the letter.

Test plan:
1 - Checkout an item (with default time 11:59:00 PM)
2 - Generate a quickslip
3 - Notice the time is 'AM'
4 - Apply patch
5 - Generate quickslip
6 - Note time is correct

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 6f0ce92543319d243cf185e3df9f91a9cf7f6d87)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Letters.pm