Bugzilla – Attachment 154113 Details for
Bug 34345
'Circulation and fine rules' vs 'Circulation and fines rules'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34345: (QA follow-up) Fix some more occurrences
Bug-34345-QA-follow-up-Fix-some-more-occurrences.patch (text/plain), 3.42 KB, created by
Katrin Fischer
on 2023-07-31 20:16:24 UTC
(
hide
)
Description:
Bug 34345: (QA follow-up) Fix some more occurrences
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-31 20:16:24 UTC
Size:
3.42 KB
patch
obsolete
>From 8f35f9d89456991f734ea7a6fa2fd474967cd406 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >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 <katrin.fischer.83@web.de> >--- > .../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 a8c3113d35..f8dc10962b 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 >@@ -99,7 +99,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 ffe8481869..55feb4d444 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 >@@ -278,7 +278,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: >@@ -1328,7 +1328,7 @@ Circulation: > choices: > 1: Use > 0: "Don't use" >- - recalls. Make sure you configure <a href="/cgi-bin/koha/admin/smart-rules.pl">circulation and fines rules</a> for recalls once enabled. >+ - recalls. Make sure you configure <a href="/cgi-bin/koha/admin/smart-rules.pl">circulation and fine rules</a> 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.30.2
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 34345
:
153836
|
153933
|
154112
| 154113