From 534b630ec7b6b7308b0f6ea72968d3420cf3f1f4 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" 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 --- .../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 ed695703574..bb80336879e 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 @@ -62,14 +62,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 %] @@ -84,14 +84,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 %] @@ -122,7 +122,7 @@
  • Borrowernumbers already in list
    Cardnumbers already in list
    Card numbers already in list