From fc7b633b2e41dbb975bd3f73c1014986c59f8d53 Mon Sep 17 00:00:00 2001 From: rangi Date: Tue, 13 Jun 2006 08:45:04 +0000 Subject: [PATCH] Fixing missing parametrs for bookfundbreakdown --- C4/Acquisition.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 73bd2bdc89..3dbb53bf34 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -1085,7 +1085,7 @@ sub bookfunds { #' sub bookfundbreakdown { - my ( $id, $year ) = @_; + my ( $id, $year ,$start, $end) = @_; my $dbh = C4::Context->dbh; my $sth = $dbh->prepare( "SELECT quantity,datereceived,freight,unitprice,listprice,ecost, -- 2.39.2