Bugzilla – Attachment 126968 Details for
Bug 28913
Automatic checkin setting in item type setup should note required cronjob
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28913: Note cronjob on automatic return settings in itemtypes
Bug-28913-Note-cronjob-on-automatic-return-setting.patch (text/plain), 1.75 KB, created by
PTFS Europe Sandboxes
on 2021-10-27 11:30:19 UTC
(
hide
)
Description:
Bug 28913: Note cronjob on automatic return settings in itemtypes
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2021-10-27 11:30:19 UTC
Size:
1.75 KB
patch
obsolete
>From 57e5f76623d656e347c208e03f774cbfe481581b Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >Date: Fri, 27 Aug 2021 16:27:53 +0000 >Subject: [PATCH] Bug 28913: Note cronjob on automatic return settings in > itemtypes > >To test: >1 - go to itemtype config in Admin >2 - confirm it doesn't mention the automatic_return cron >3 - apply patch and restart >4 - confirm note now says "This feature requires the misc/cronjobs/automatic_checkin.pl cronjob. Ask your system administrator to schedule it." > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 b53945ca35..aed2ebc061 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -313,7 +313,7 @@ Item types › Administration › Koha > [% 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> >+ <span class="hint">If checked, items will be automatically checked in once they've reached their due date. This feature requires the <code>misc/cronjobs/automatic_checkin.pl</code> cronjob. Ask your system administrator to schedule it.</span> > </li> > <li> > <label for="rentalcharge">Rental charge: </label> >-- >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 28913
:
124194
|
126968
|
127129