From cdf324f135699e32f41c2ff0e92b145de1cd13aa Mon Sep 17 00:00:00 2001 From: Martin Renvoize 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 Signed-off-by: Jonathan Druart --- .../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 1988fc4206..a728f13df6 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 @@ Item types › Administration › Koha [% END %] 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. +
  • + + [% IF itemtype.automatic_checkin %] + + [% ELSE %] + + [% END %] + If checked, items will be automatically checked in once they've reached their due date. +
  • @@ -380,15 +389,6 @@ Item types › Administration › Koha Select 'All libraries' if all libraries use this item type. Otherwise, select the specific libraries that use this item type.
  • -
  • - - [% IF itemtype.automatic_checkin %] - - [% ELSE %] - - [% END %] - 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. -
  • -- 2.39.5