From 5b98ac36f345a2c6d1585b1c6d3336873785e11f 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 Signed-off-by: Jonathan Druart --- .../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 bf3e1ccd0c..b69e1b9c03 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 @@ -200,7 +200,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' %] @@ -299,7 +299,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.20.1