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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 12 Feb 2019 13:17:09 +0000 (13:17 +0000)
commitecb86a84c13e4e5661f4c6683b7755c21d607bbe
tree78cda9e345ec1221f31ff2385ec3fca5e2df9bb1
parent1106c0fa595c8378807bc955b29c2f83c2af5ba9
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>
C4/Letters.pm