From 4ea7a933db380b03e6c68952d8a606b2396c62d6 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) Fix missing dollar sign

---
 installer/data/mysql/en/mandatory/sample_notices.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml
index 6e2ed6d1a8..404dcc36ff 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>"
-- 
2.34.1