From 86d2b4e525330acdd8848abc78e96aedc2aee641 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 Signed-off-by: Kyle M Hall --- 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 6fb72079c3..26be2b1c84 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 @@ -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. -- 2.30.2