From a7301fdfc63ae9bd589fa579cc9eabd13dad444c Mon Sep 17 00:00:00 2001 From: hdl Date: Mon, 28 May 2007 15:28:28 +0000 Subject: [PATCH] Adding startdate and enddate parameters to GetBookfundBreakdown call. --- acqui/acqui-home.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/acqui-home.pl b/acqui/acqui-home.pl index 2ff1fc88fb..a2ffe2ea61 100755 --- a/acqui/acqui-home.pl +++ b/acqui/acqui-home.pl @@ -78,7 +78,7 @@ my $totavail = 0; my @loop_budget = (); for (my $i=0; $i<$count; $i++){ - my ($spent,$comtd)=GetBookFundBreakdown($results[$i]->{'bookfundid'}); + my ($spent,$comtd)=GetBookFundBreakdown($results[$i]->{'bookfundid'},$results[$i]->{'startdate'},$results[$i]->{'enddate'}); my $avail=$results[$i]->{'budgetamount'}-($spent+$comtd); my %line; $line{bookfundname} = $results[$i]->{'bookfundname'}; -- 2.39.2