From c4736051539fd979eb221d92be69f22c682bec8e Mon Sep 17 00:00:00 2001
From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Date: Tue, 30 Apr 2024 08:54:20 -0400
Subject: [PATCH] Bug 36125: (follow-up) Use $KohaDates

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
---
 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 6e2ed6d1a8d..f3e17701f20 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:
-            - "<h5>Date: [% today | KohaDates %]</h5>"
+            - "<h5>Date: [% today | $KohaDates %]</h5>"
             - "<br>"
             - "<h3> Transfer to/Hold in [% branch.branchname %]</h3>"
             - "<br>"
@@ -701,7 +701,7 @@ tables:
             - "<ul>"
             - "   <li>[% item.barcode %]</li>"
             - "   <li>[% item.itemcallnumber %]</li>"
-            - "   <li>[% reserve.waitingdate %]</li>"
+            - "   <li>[% reserve.waitingdate | $KohaDates %]</li>"
             - "</ul>"
             - "<p>Notes:"
             - "<pre>[% reserve.reservenotes %]</pre>"
-- 
2.45.0