Bugzilla – Attachment 146189 Details for
Bug 32290
ILL requests uses some wrong terminology
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32290: Fix terminology on ILL requests page
-Bug-32290-Fix-terminology-on-ILL-requests-page.patch (text/plain), 1.81 KB, created by
Katrin Fischer
on 2023-02-05 02:22:13 UTC
(
hide
)
Description:
Bug 32290: Fix terminology on ILL requests page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-05 02:22:13 UTC
Size:
1.81 KB
patch
obsolete
>From 865a409593c5bd81124f66325a288e6afcb2f76a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 5 Feb 2023 03:18:05 +0100 >Subject: [PATCH] Bug 32290: Fix terminology on ILL requests page > >This makes some fixes for the terminology used in >the ill-requests.pl page: > >This item cannot be issued as it has no biblio record associated with it >> This item cannot be checkout out as there is no bibliographic record associated with it > >You must choose a branch >> You must choose a library > >View borrower details >> View patron details > >Test plan: >* You can set up ILL using the instructions on > https://wiki.koha-community.org/wiki/ILL_backends >* All strings will be located on the ILL request management page or > the ILL requests list >* Or... you could verify looking at the patch itself >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 69a34add77..e5985695a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -246,7 +246,7 @@ > [% END %] > [% END %] > [% IF whole.value.errors.branchcode %] >- <span class="required">You must choose a branch</span> >+ <span class="required">You must choose a library</span> > [% END %] > </li> > <li class="ill_checkout_due_date"> >-- >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 32290
:
146189
|
146190
|
146278
|
146323