Bugzilla – Attachment 119730 Details for
Bug 23207
Allow automatic checkin/return at end of circulation period
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23207: (QA follow-up) Move option
Bug-23207-QA-follow-up-Move-option.patch (text/plain), 3.18 KB, created by
Martin Renvoize (ashimema)
on 2021-04-16 12:44:38 UTC
(
hide
)
Description:
Bug 23207: (QA follow-up) Move option
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-04-16 12:44:38 UTC
Size:
3.18 KB
patch
obsolete
>From 21a0fd31e00d07a9ed6ffa45412da8b6d9cf103e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 16 Apr 2021 13:40:08 +0100 >Subject: [PATCH] Bug 23207: (QA follow-up) Move option > >This patch impliment the changes as suggested by Andrew on the bug >report. I agree that the suggested location fits better in the page and >the updated description is clearer. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/admin/itemtypes.tt | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 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 d3bdb6658b..e8ce172cf3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -300,6 +300,15 @@ Data deleted > [% END %] > <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> >+ [% IF itemtype.automatic_checkin %] >+ <input type="checkbox" id="automatic_checkin" name="automatic_checkin" checked="checked" value="1" /> >+ [% ELSE %] >+ <input type="checkbox" id="automatic_checkin" name="automatic_checkin" value="1" /> >+ [% END %] >+ <span class="hint">If checked, items will be automatically checked in once they've reached their due date.</span> >+ </li> > <li> > <label for="rentalcharge">Rental charge: </label> > <input type="text" id="rentalcharge" name="rentalcharge" size="10" value="[% itemtype.rentalcharge | $Price on_editing => 1 %]" /> >@@ -386,15 +395,6 @@ Data deleted > </select> > <span class="hint">Select 'All libraries' if all libraries use this item type. Otherwise, select the specific libraries that use this item type.</span> > </li> >- <li> >- <label for="automatic_checkin">Automatic checkin: </label> >- [% IF itemtype.automatic_checkin %] >- <input type="checkbox" id="automatic_checkin" name="automatic_checkin" checked="checked" value="1" /> >- [% ELSE %] >- <input type="checkbox" id="automatic_checkin" name="automatic_checkin" value="1" /> >- [% END %] >- <span class="hint">If checked, items will be checked in automatically after a period of time. Useful for materials where you really don't care for fisical return, like museum passes, etc.</span> >- </li> > <li> > <label for="summary">Summary: </label> > <textarea id="summary" name="summary" cols="55" rows="5">[% itemtype.summary | html %]</textarea> >-- >2.20.1
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 23207
:
114212
|
114213
|
114214
|
114215
|
117970
|
117971
|
117972
|
117973
|
117984
|
117985
|
117986
|
117987
|
117991
|
117992
|
117993
|
117994
|
119726
|
119727
|
119728
|
119729
| 119730 |
119966
|
119967
|
119973
|
119985
|
119999
|
120000