From 21a0fd31e00d07a9ed6ffa45412da8b6d9cf103e 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 --- .../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 %] 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. +
  • @@ -386,15 +395,6 @@ Data deleted 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.20.1