Bugzilla – Attachment 164999 Details for
Bug 36615
Terminology: use 'on hold' instead of 'reserved' in OPAC self checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36615: Terminology: use 'on hold' instead of 'reserved' in OPAC self checkout
Bug-36615-Terminology-use-on-hold-instead-of-reser.patch (text/plain), 1.78 KB, created by
Owen Leonard
on 2024-04-17 12:00:01 UTC
(
hide
)
Description:
Bug 36615: Terminology: use 'on hold' instead of 'reserved' in OPAC self checkout
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-04-17 12:00:01 UTC
Size:
1.78 KB
patch
obsolete
>From 02f7b9f2ded742c522d691b91bb43e6e4305b192 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Tue, 16 Apr 2024 17:19:13 -0400 >Subject: [PATCH] Bug 36615: Terminology: use 'on hold' instead of 'reserved' > in OPAC self checkout > >This patch changes the term 'reserved' to 'on hold' in the OPAC self >checkout feature. > >To test: >1. Apply patch >2. Place a hold for a patron >3. Enable OpacTrustedCheckout >4. Log into the OPAC as another patron >5. Click Self checkout at the top of the page >6. Paste the item's barcode in the text input >7. Click 'Submit' >8. Make sure the warning sentence is correct and there are no spelling > errors > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/js/modals/checkout.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/modals/checkout.js b/koha-tmpl/opac-tmpl/bootstrap/js/modals/checkout.js >index 09bea14da03..e1bfe78b2ba 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/js/modals/checkout.js >+++ b/koha-tmpl/opac-tmpl/bootstrap/js/modals/checkout.js >@@ -26,7 +26,7 @@ $(document).ready(function() { > } else if (code == 'ISSUED_TO_ANOTHER') { > result += _("This item appears to be checked out to another patron, please return it to the desk"); > } else if (code == 'RESERVED' || code == 'RESERVED_WAITING') { >- result += _("This item appears to be reserved for another patron, please return it to the desk"); >+ result += _("This item appears to be on hold for another patron, please return it to the desk"); > } else if (code == 'TOO_MANY') { > result += _("You have reached the maximum number of checkouts allowed on your account"); > } else if (code == 'AGE_RESTRICTION') { >-- >2.39.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 36615
:
164963
|
164999
|
165226