Bugzilla – Attachment 165877 Details for
Bug 36125
Port default HOLD_SLIP notice to Template Toolkit syntax
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36125: (follow-up) Fix missing dollar sign
Bug-36125-follow-up-Fix-missing-dollar-sign.patch (text/plain), 977 bytes, created by
Emily Lamancusa (emlam)
on 2024-04-30 12:56:20 UTC
(
hide
)
Description:
Bug 36125: (follow-up) Fix missing dollar sign
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-04-30 12:56:20 UTC
Size:
977 bytes
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36125
:
165592
|
165793
|
165877
|
166409
|
166410