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>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Owen Leonard 2021-06-07 16:36:20 +00:00 committed by Kyle M Hall
parent c0f73f6ece
commit 80ee7eb927

View file

@ -10,7 +10,8 @@
[% SET destination = "circ" %]
<title>
[% IF patron %]
Issuing items to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] &rsaquo; Batch check out &rsaquo; [% END %]
Batch check out to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] &rsaquo;
[% END %]
Circulation &rsaquo; Koha
</title>