Bugzilla – Attachment 152537 Details for
Bug 34071
Change the phrasing of 'automatic checkin' to fit consistent terminology
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34071: Change the phrasing of 'automatic checkin' to fit consistent terminology
Bug-34071-Change-the-phrasing-of-automatic-checkin.patch (text/plain), 2.10 KB, created by
Sam Lau
on 2023-06-21 18:07:13 UTC
(
hide
)
Description:
Bug 34071: Change the phrasing of 'automatic checkin' to fit consistent terminology
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2023-06-21 18:07:13 UTC
Size:
2.10 KB
patch
obsolete
>From e46c605528d354890196ebdc594c1f7d3d99c7db Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >Date: Wed, 21 Jun 2023 17:18:20 +0000 >Subject: [PATCH] Bug 34071: Change the phrasing of 'automatic checkin' to fit > consistent terminology > >This patch simply changes 'Automatic checkin' to be 'Automatic check-in'. > >Test plan: >1) Go to administration -> item types and click the edit button on an item. >2) Notice there is a checkbox labeled 'Automatic checkin'. >3) Apply patch. >4) Refresh the page and notice the checkbox now says 'Automatic check-in'. >5) prove t/db_dependent/Koha/Checkouts.t >6) Sign-off :) >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index 452eb2790e..10d7701e3b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -242,7 +242,7 @@ Item types › Administration › Koha > <span class="hint">If checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item.</span> > </li> > <li> >- <label for="automatic_checkin">Automatic checkin: </label> >+ <label for="automatic_checkin">Automatic check-in: </label> > [% IF itemtype.automatic_checkin %] > <input type="checkbox" id="automatic_checkin" name="automatic_checkin" checked="checked" value="1" /> > [% ELSE %] >@@ -396,7 +396,7 @@ Item types › Administration › Koha > <th>Processing fee (when lost)</th> > <th>Checkin message</th> > <th>Library limitations</th> >- <th>Automatic checkin</th> >+ <th>Automatic check-in</th> > <th class="noExport NoSort">Actions</th> > </thead> > [% FOREACH itemtype IN itemtypes %] >-- >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 34071
:
152537
|
152551
|
152606