Bug 21829: Correctly format dateexpiry in notices (date only)
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Nov 2018 12:38:01 +0000 (09:38 -0300)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 14 Feb 2019 22:34:50 +0000 (22:34 +0000)
commit5493a99486b4c3398f440d36c417d62e315fd5eb
tree56cc060fadf0a817e7b19ecdf5fdc40b9f459da9
parentf7bcb149d57cf55ff075d6f41cbecbb310218c9e
Bug 21829: Correctly format dateexpiry in notices (date only)

dateexpiry is a date, we should not display the time
part in notice.

Test plan:
Create a notice with borrowers.dateexpiry, generate this notice.
The value should be displayed without the time part

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 5b160af2a051dc3693f04dabf320d0995cf26160)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit ecb86a84c13e4e5661f4c6683b7755c21d607bbe)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Letters.pm