From 8c0c469215d00f5ced6f5748a10c3fd37d70cdec Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 31 Jul 2023 20:15:20 +0000 Subject: [PATCH] Bug 34345: (QA follow-up) Fix some more occurrences Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 19f9240759103196943228bbbbb3b35e46fa2e56) Signed-off-by: Fridolin Somers (cherry picked from commit 876e970f4ef39b01fa745c57fa39a0b0db8c3b9e) Signed-off-by: Matt Blenkinsop --- .../prog/en/modules/admin/preferences/cataloguing.pref | 2 +- .../prog/en/modules/admin/preferences/circulation.pref | 4 ++-- t/db_dependent/selenium/administration_tasks.t | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref index b28bf50099..09601bd701 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -85,7 +85,7 @@ Cataloging: choices: 1: specific item 0: bibliographic record - - as the authoritative item type (for determining circulation and fines rules, for displaying an item type icon on either opac detail or results page, etc). + - as the authoritative item type (for determining circulation and fine rules, for displaying an item type icon on either opac detail or results page, etc). - - Map the MARC subfields - pref: itemcallnumber diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 5bb916641a..b79a4446a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -279,7 +279,7 @@ Circulation: CheckInLibrary: the library the item is checked in at. ItemHomeLibrary: the library the item is owned by. - - - Use the checkout and fines rules of + - Use the circulation and fine rules of - pref: HomeOrHoldingBranch type: choice choices: @@ -1332,7 +1332,7 @@ Circulation: choices: 1: Use 0: "Don't use" - - recalls. Make sure you configure circulation and fines rules for recalls once enabled. + - recalls. Make sure you configure circulation and fine rules for recalls once enabled. SIP2: - diff --git a/t/db_dependent/selenium/administration_tasks.t b/t/db_dependent/selenium/administration_tasks.t index 74a78f3d8b..dfaafdacd0 100755 --- a/t/db_dependent/selenium/administration_tasks.t +++ b/t/db_dependent/selenium/administration_tasks.t @@ -76,7 +76,7 @@ SKIP: { $s->click( { href => '/admin/admin-home.pl', main => 'container-main' } ) ; # Koha administration $s->click( { href => '/admin/smart-rules.pl', main_class => 'main container-fluid' } ) - ; # Circulation and fines rules + ; # Circulation and fine rules my $elt = $driver->find_element('//tr[@id="edit_row"]/td/select[@id="matrixitemtype"]/option[@value="'.$itype->itemtype.'"]'); is( $elt->get_text(),$itype->description,"Our new itemtype is in the list"); $elt->click(); -- 2.20.1