From 91b154b7119f14b14d651ee5259e6a6127450cf7 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 25 Aug 2025 21:48:17 +0000 Subject: [PATCH] Bug 31698: Report errors and failures back to request.tt --- .../prog/en/modules/reserve/request.tt | 56 ++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) 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 928d3eb3634..833b41d164c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -178,7 +178,59 @@ [% END %] [% END %] - + [% IF ( hold_move_successes ) %] +
+

Moved the following holds:

+ +
+ [% END %] + [% IF ( hold_move_failures ) %] +
+ One or more holds were not moved due to following errors: + +
+ [% END %] [% IF ( failed_holds ) %]
One or more holds were not placed due to following errors: @@ -1418,6 +1470,7 @@ [% INCLUDE 'csrf-token.inc' %] +

Review holds to move

@@ -1464,6 +1517,7 @@ [% INCLUDE 'csrf-token.inc' %] +

Review holds to move

-- 2.39.5