From c9f0af03a4e39e3285a443f422c7392aa96e2dc9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 28 Jan 2025 18:18:03 +0000 Subject: [PATCH] Bug 38979: Correct instances of "cardnumber" to "card number" Content-Type: text/plain; charset=utf-8 The patron list detail page template has several instances of "cardnumber" which should be corrected to "card number." To test, apply the patch and go to Tools -> Patron lists. - Create a patron list if necessary. - When viewing the patron list, click "Add multiple patrons." - Under "Choose type of IDs to enter," you should see "Card numbers". - Add some patrons to the list. - Try to add one or more of the same patrons to the list using the "Add multiple patrons" link.. - You should see a warning message, "Warning, the following card numbers..." - The table showing the duplicate card numbers should have the heading "Card numbers already in list". - Use the "Add multiple patrons" link to add card numbers which do not exist. - You should see a warning message, "Warning, the following card numbers..." - The table showing the unknown card numbers should have the heading "Card numbers not found". Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- .../intranet-tmpl/prog/en/modules/patron_lists/list.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt index 67bd3ee8da..2933329cbc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt @@ -57,14 +57,14 @@ [% IF id_column == 'borrowernumbers' %]

Warning, the following borrowernumbers were not found:

[% ELSE %] -

Warning, the following cardnumbers were not found:

+

Warning, the following card numbers were not found:

[% END %] [% IF id_column == 'borrowernumbers' %] [% ELSE %] - + [% END %] @@ -79,14 +79,14 @@ [% IF id_column == 'borrowernumbers' %]

Warning, the following borrowernumbers were already in this list:

[% ELSE %] -

Warning, the following cardnumbers were already in this list:

+

Warning, the following card numbers were already in this list:

[% END %]
Borrowernumbers not found
Cardnumbers not found
Card numbers not found
[% IF id_column == 'borrowernumbers' %] [% ELSE %] - + [% END %] @@ -123,7 +123,7 @@
  • Borrowernumbers already in list
    Cardnumbers already in list
    Card numbers already in list