From 7656d032ef2e1a521fe53633fa5a06d1a02d8d8d Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Tue, 18 Mar 2025 10:53:18 +0100 Subject: [PATCH] Bug 34756: (follow-up) Rework the transfer cancellation modal --- .../prog/en/includes/holds_table.inc | 14 +++++++++++++- .../prog/en/modules/reserve/request.tt | 18 ++++++++++++++---- reserve/request.pl | 12 +++++++++--- 3 files changed, 36 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index c671eb1e..f1f492c6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -186,6 +186,7 @@ [%- IF ( hold.atdestination ) -%] Item waiting at [% hold.wbrname | html %][% IF hold.desk_name %], [% hold.desk_name | html %],[% END %] since [% hold.waiting_date | $KohaDates %] [%- ELSIF (hold.intransit) -%] + Item being transferred to [% hold.wbrname | html %] [%- ELSIF (hold.inprocessing) -%] Item being processed at [% hold.wbrname | html %] @@ -299,7 +300,18 @@ [%- END -%] [%- END -%] - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index f54b32da..fa3731d4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -1406,7 +1406,8 @@ [% END %] -
+
+