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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 11:57:07 +0000 (11:57 +0000)
commit6f0ce92543319d243cf185e3df9f91a9cf7f6d87
tree8a26a3de5c5f8436ceff14421c6de48f6e0c2e53
parent47e41ea1c28a2aa265950e0645e402a3ac4c39d8
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>
C4/Letters.pm