Bugzilla – Attachment 181186 Details for
Bug 36110
Port default OVERDUES_SLIP to Template Toolkit syntax
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36110: (follow-up) Adjust OVERDUES_SLIP to use Template Toolkit
Bug-36110-follow-up-Adjust-OVERDUESSLIP-to-use-Tem.patch (text/plain), 1.26 KB, created by
Lucas Gass (lukeg)
on 2025-04-18 15:15:57 UTC
(
hide
)
Description:
Bug 36110: (follow-up) Adjust OVERDUES_SLIP to use Template Toolkit
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-04-18 15:15:57 UTC
Size:
1.26 KB
patch
obsolete
>From 4bbe73d1c78b1804cadd1732eb5644b3dbeb29ac Mon Sep 17 00:00:00 2001 >From: Marion Durand <marion.durand@biblibre.com> >Date: Thu, 3 Apr 2025 14:29:52 +0000 >Subject: [PATCH] Bug 36110: (follow-up) Adjust OVERDUES_SLIP to use Template > Toolkit >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > 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 8685d85112c..6af6bfb867d 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -918,7 +918,7 @@ tables: > lang: default > content: > - "[%- USE Price -%]" >- - "The following [% IF overdues > 1 %]items are[% ELSE %]item is[% END %] currently overdue:" >+ - "The following [% IF overdues.count() > 1 %]items are[% ELSE %]item is[% END %] currently overdue:" > - "" > - "[% FOREACH odue IN overdues %]" > - "[% odue.item.biblio.title %]" >-- >2.39.5
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 36110
:
175657
|
180573
|
180978
|
180979
|
181185
| 181186