From aba953b0899ca4dd728b8b76d3c012c7a482eb78 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 2 Nov 2018 09:58:06 +0100 Subject: [PATCH] Bug 21755: Show patron updated date in circ menu In borrowers table the column updated_on stores the last updated date and time. Display this in the circ menu. Test plan: 1) Go to a patron details page /cgi-bin/koha/members/moremember.pl 2) Look at left menu, you see "Updated on" and a date and time 3) Edit this patron and save 4) Check that "Updated on" changed 5) Click on each tab of menu to check this date is displayed Signed-off-by: Pierre-Marc Thibault Signed-off-by: Josef Moravec Signed-off-by: Devinim --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc index a16ca2bf9b..305ebb5abf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -1,4 +1,5 @@ [% USE Koha %] +[% USE KohaDates %] [% IF ( patron.borrowernumber ) %]
[% INCLUDE 'patron-title.inc' %]