[biblibre-newacq] (bug #3616) fix neworderempty
[koha_gimpoz] / acqui / acqui-home.pl
index 4ebf874..b46287f 100755 (executable)
@@ -69,7 +69,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
 my $borrower= GetMember('borrowernumber' => $loggedinuser);
 my ( $flags, $homebranch )= ($borrower->{'flags'},$borrower->{'branchcode'});
 
-my @results = GetBookFunds($homebranch);
+my @results = GetBudgets($homebranch);
 my $count = scalar @results;
 my $branchname = GetBranchName($homebranch);