From 4b2716c86ccacc14becc4fe3587cc235ac232d82 Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Tue, 30 Apr 2024 08:54:20 -0400 Subject: [PATCH] Bug 36125: (follow-up) Use $KohaDates Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- installer/data/mysql/en/mandatory/sample_notices.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 98d8ed3e4c..7e5a5ccce2 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -679,7 +679,7 @@ tables: message_transport_type: email lang: default content: - - "
Date: [% today | KohaDates %]
" + - "
Date: [% today | $KohaDates %]
" - "
" - "

Transfer to/Hold in [% branch.branchname %]

" - "
" @@ -701,7 +701,7 @@ tables: - "
    " - "
  • [% item.barcode %]
  • " - "
  • [% item.itemcallnumber %]
  • " - - "
  • [% reserve.waitingdate %]
  • " + - "
  • [% reserve.waitingdate | $KohaDates %]
  • " - "
" - "

Notes:" - "

[% reserve.reservenotes %]
" -- 2.39.5