From e71dc30ee9d3107ae0aef458ce1f98b13c57c57d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 25 Mar 2021 13:40:26 +0000 Subject: [PATCH] Bug 27974: (follow-up) Address missing instance - Circulation -> Article requests - Both the "Pending" and "Processing" tabs. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 eec1c7432e..e7e34d11d1 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 @@ -193,7 +193,7 @@

[% ar.borrower.phone | html %]

- [% ar.created_on | $KohaDates %] + [% ar.created_on | $KohaDates %] [% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %] @@ -292,7 +292,7 @@

[% ar.borrower.phone | html %]

- [% ar.created_on | $KohaDates %] + [% ar.created_on | $KohaDates %] [% PROCESS actions menuid="table_" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %] -- 2.11.0