From 4503504ce7026e7afcb03f2f81c7ed3bf308fa9b Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
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' %]
-<title>Inventory &rsaquo; Cataloging &rsaquo; Koha</title>
+<title>[% FILTER collapse %]
+    [% IF (loop) %]
+        [% t("Results") | html %] &rsaquo;
+    [% END %]
+    [% t("Inventory") | html %] &rsaquo;
+    [% t("Cataloging") | html %] &rsaquo;
+    [% t("Koha") | html %]
+[% END %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
 
-- 
2.30.2