From a8adc73831bfb600f8d1cc5656758946b72f3ca1 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 31 Oct 2022 10:42:57 +0000 Subject: [PATCH] Bug 32019: (follow-up) Fix terminology and styling This patch adds periods to description on batch mod form and alters language to follow proper terminology Styling is fixed to align forms Blank option is removed, No made default --- Koha/Items.pm | 3 ++- .../intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Koha/Items.pm b/Koha/Items.pm index 7a6bfdfb2b..3f3ba3fb4f 100644 --- a/Koha/Items.pm +++ b/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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index d8c501d521..61d58e1039 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -200,13 +200,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. -- 2.30.2