From 94432029b2c91eb38176fffb6f200cf9269f4678 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 --- 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 6f010715e08..8c47462be80 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.30.2