Bugzilla – Attachment 121856 Details for
Bug 28443
Terminology: Issuing should be Checking out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28443: Terminology: Issuing should be Checking out
Bug-28443-Terminology-Issuing-should-be-Checking-o.patch (text/plain), 1.57 KB, created by
Nick Clemens (kidclamp)
on 2021-06-11 15:24:25 UTC
(
hide
)
Description:
Bug 28443: Terminology: Issuing should be Checking out
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-06-11 15:24:25 UTC
Size:
1.57 KB
patch
obsolete
>From d4ff0e7e2b8ea18e012c89d73c372b0c0f24e9c0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 7 Jun 2021 16:36:20 +0000 >Subject: [PATCH] Bug 28443: Terminology: Issuing should be Checking out > >This patch modifies the title element of the batch checkout page so that >it uses the phrase "Batch check out" instead of "Issuing." > >To test, apply the patch and enable BatchCheckouts system preference. > >- Open a patron for checkout who has a category included in the > BatchCheckoutsValidCategories system preference. >- Click the "Batch check out" tab and confirm that the page's title is > correct. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index bf535aa725..c28e6dd3e2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -10,7 +10,8 @@ > [% SET destination = "circ" %] > <title> > [% IF patron %] >- Issuing items to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] › Batch check out › [% END %] >+ Batch check out to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] › >+ [% END %] > > Circulation › Koha > </title> >-- >2.11.0
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 28443
:
121688
|
121694
| 121856