@@ -, +, @@ --- .../prog/en/modules/admin/itemtypes.tt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ a/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. -
  • --