From 98ad95b58b4ae90b8c1cd675c135b355d01c95a6 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 16 Mar 2010 16:25:31 +0100 Subject: [PATCH] Bug 5966 : MT 3010: Adds waiting date for holds in opac-user --- opac/opac-user.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opac/opac-user.pl b/opac/opac-user.pl index 6549e2a..5601e85 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'}; -- 1.7.1