From c9ca5edf85a25b9f9b1584a0f490d4176c1d05e4 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Mon, 28 Mar 2011 10:29:46 +0200 Subject: [PATCH] Bug 5966 : MT 3010: Adds waiting date for holds in opac-user Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack --- opac/opac-user.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-user.pl b/opac/opac-user.pl index 6549e2ab75..5601e85d5c 100755 --- a/opac/opac-user.pl +++ b/opac/opac-user.pl @@ -195,6 +195,7 @@ foreach my $res (@reserves) { my $publictype = $res->{'publictype'}; $res->{$publictype} = 1; $res->{'waiting'} = 1 if $res->{'found'} eq 'W'; + $res->{'formattedwaitingdate'} = format_date($res->{'waitingdate'}); $res->{'branch'} = $branches->{ $res->{'branchcode'} }->{'branchname'}; my $biblioData = GetBiblioData($res->{'biblionumber'}); $res->{'reserves_title'} = $biblioData->{'title'}; -- 2.39.2