@@ -, +, @@ --- Koha/Items.pm | 3 ++- .../intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) --- a/Koha/Items.pm +++ a/Koha/Items.pm @@ -229,7 +229,8 @@ Set the passed boolean value to items.exclude_from_local_holds_priority =item mark_items_returned -Move issues on these items to the old issues table, do not mark items found or adjust statuses or fines +Move issues on these items to the old issues table, do not mark items found, or +adjust damaged/withdrawn statuses, or fines, or locations. =item callback --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -199,13 +199,12 @@ Options
  1. +
    This option checks in items to remove them from patron accounts.
    Items are not marked found, nor do damaged/withdrawn statuses prevent this return, nor are item locations updated. This feature is intended to allow removal of checkouts from patron accounts without affecting fines or other statuses.

    -

    This option allows returning items to remove them from patron accounts
    Items are not marked found nor do statuses prevent this return. This feature is intended to allow removal and deletion of items without affecting fines or other statuses


    - +
  2. --