From b16c38a12b695685edb28fbf029b48de212e9c5e 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. --- 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 3845ddea22..9899231e1b 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