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. -