Bugzilla – Attachment 166410 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) Use $KohaDates
Bug-36125-follow-up-Use-KohaDates.patch (text/plain), 1.39 KB, created by
Martin Renvoize (ashimema)
on 2024-05-08 13:12:23 UTC
(
hide
)
Description:
Bug 36125: (follow-up) Use $KohaDates
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-08 13:12:23 UTC
Size:
1.39 KB
patch
obsolete
>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
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