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)
committerroot <root@f1ebe1bec408>
Mon, 11 Feb 2019 18:32:40 +0000 (18:32 +0000)
commit5b160af2a051dc3693f04dabf320d0995cf26160
tree4b15cb25d95d90bfa20b594b1ffbd3148bfcb424
parent04e121a741a442f5b557e11864eb69be9d0c3ded
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>
C4/Letters.pm