Bugzilla – Attachment 183589 Details for
Bug 40244
Typo in branchoverdues.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40244: Fix typo in branchoverdues.tt
Bug-40244-Fix-typo-in-branchoverduestt.patch (text/plain), 1.41 KB, created by
Marcel de Rooy
on 2025-06-27 07:48:32 UTC
(
hide
)
Description:
Bug 40244: Fix typo in branchoverdues.tt
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-06-27 07:48:32 UTC
Size:
1.41 KB
patch
obsolete
>From 6c067fa098f2263078708f53fd1224dfc4d01bfb Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 25 Jun 2025 15:12:01 -0300 >Subject: [PATCH] Bug 40244: Fix typo in branchoverdues.tt >Content-Type: text/plain; charset=utf-8 > >This patch fixes a trivial typo. The text appears in two more places >with the right form on the same template. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >index e121a4600c..cb30349577 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt >@@ -23,7 +23,7 @@ > <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- [% tx('Overdues at with fines {library}', { library = Branches.GetLoggedInBranchname }) %] >+ [% tx('Overdues with fines at {library}', { library = Branches.GetLoggedInBranchname }) %] > [% END %] > [% END #/ WRAPPER breadcrumbs %] > [% END #/ WRAPPER sub-header.inc %] >-- >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 40244
:
183523
|
183532
| 183589