From 80e4516a4c6527fbbeddfc48972ee6845bfcfc18 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy
Date: Wed, 6 Oct 2021 12:05:54 +0000
Subject: [PATCH] Bug 29093: (QA follow-up) Rebasing issue
Bug 27944 added another block for the new stage introduced.
Signed-off-by: Marcel de Rooy
Signed-off-by: Jonathan Druart
---
koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt | 1 +
1 file changed, 1 insertion(+)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt
index 44a14123bc..9cfac9ba5b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt
@@ -247,6 +247,7 @@
+ [% IF ar.toc_request %] Include TOC [% END %]
[% IF ar.title %] Title: [% ar.title | html %] [% END %]
[% IF ar.author %] Author: [% ar.author | html %] [% END %]
[% IF ar.volume %] Volume: [% ar.volume | html %] [% END %]
--
2.39.5
|