Bugzilla – Attachment 188866 Details for
Bug 40958
Move patron_to_html (from js-patron-format.inc) to a standalone JS file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40958: (follow-up) Fix QA complaint about forbidden pattern
Bug-40958-follow-up-Fix-QA-complaint-about-forbidd.patch (text/plain), 1.02 KB, created by
Lucas Gass (lukeg)
on 2025-10-31 20:50:06 UTC
(
hide
)
Description:
Bug 40958: (follow-up) Fix QA complaint about forbidden pattern
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-10-31 20:50:06 UTC
Size:
1.02 KB
patch
obsolete
>From 5312dd84763f9a4bb6214107284eb3cfde5a478d Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 31 Oct 2025 20:47:26 +0000 >Subject: [PATCH] Bug 40958: (follow-up) Fix QA complaint about forbidden > pattern > >--- > koha-tmpl/intranet-tmpl/prog/js/patron-format.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/patron-format.js b/koha-tmpl/intranet-tmpl/prog/js/patron-format.js >index 10223b07472..e82baa37458 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/patron-format.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/patron-format.js >@@ -51,9 +51,9 @@ > > if (name.replace(" ", "").length == 0) { > if (patron.library) { >- return _("A patron from %s").format(patron.library.name); >+ return __("A patron from %s").format(patron.library.name); > } else { >- return _("A patron from another library"); >+ return __("A patron from another library"); > } > } > >-- >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 40958
:
187476
|
187533
|
187646
|
188800
|
188801
| 188866