From 4503504ce7026e7afcb03f2f81c7ed3bf308fa9b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 15 Sep 2023 13:39:15 +0000 Subject: [PATCH] Bug 34773: (follow-up) Missed inventory template Test Cataloging -> Inventory and the results page after submitting a batch of barcodes. --- .../intranet-tmpl/prog/en/modules/tools/inventory.tt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index a430a3fc24..a32cf6d4bc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -3,9 +3,17 @@ [% USE AuthorisedValues %] [% USE KohaDates %] [% USE Branches %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Inventory › Cataloging › Koha +[% FILTER collapse %] + [% IF (loop) %] + [% t("Results") | html %] › + [% END %] + [% t("Inventory") | html %] › + [% t("Cataloging") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] -- 2.30.2