Bugzilla – Attachment 151423 Details for
Bug 33769
Terminology: 'Warning: Item {barcode} is reserved'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33769: Terminology: 'Warning: Item {barcode} is reserved'
Bug-33769-Terminology-Warning-Item-barcode-is-rese.patch (text/plain), 1.51 KB, created by
Katrin Fischer
on 2023-05-18 14:59:33 UTC
(
hide
)
Description:
Bug 33769: Terminology: 'Warning: Item {barcode} is reserved'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-05-18 14:59:33 UTC
Size:
1.51 KB
patch
obsolete
>From 68a0ee5e2eddda473b5ed1bc6301b79766d14543 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 18 May 2023 14:40:45 +0000 >Subject: [PATCH] Bug 33769: Terminology: 'Warning: Item {barcode} is reserved' > >This patch corrects an instance of the term "reserved" and replaces it >with "on hold." > >The string is shown when the user tries to add an item which is on >hold to a bundle. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 96096417e0..cd48d884a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -2000,7 +2000,7 @@ > $('#addResult') > .empty() > .attr('class', 'alert alert-warning') >- .append(__x('Warning: Item {barcode} is reserved', { barcode })) >+ .append(__x('Warning: Item {barcode} is on hold', { barcode })) > .append(' ', button); > } else { > $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Item '%s' belongs to another bundle").format(barcode)+'</div>'); >-- >2.30.2
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 33769
:
151422
| 151423