From 34c0fbe755d61ef7ae2498303cd017109d5a2856 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 19 Nov 2021 15:11:26 +0000 Subject: [PATCH] Bug 28854: Add option to print content list after verification We already allowed the user to view and print an updated content list after a varification showed that items were missing from the bundle. This patch adds the option to view and print the list even if the content has been varified to have not changed. Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 6f010715e0..8c47462be8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -378,6 +378,14 @@

[% checkinmsg | html_line_break %]

[% END # /IF checkinmsg %] + + [% IF bundle_items && !missing_items %] +
+

Bundle varified

+

The bundle content was varified

+

View contents list

+
+ [% END %] [% END # /BLOCK all_checkin_messages %] [% IF needs_confirm %] -- 2.39.2