From: toins Date: Thu, 27 Jul 2006 14:02:47 +0000 (+0000) Subject: Add a call to Bookfund & 1 sub renamed. X-Git-Tag: dev_week~578 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=8dfb69dc3f21f2a012f39c2dd1968aafb6e15582;p=koha_gimpoz Add a call to Bookfund & 1 sub renamed. --- diff --git a/currency.pl b/currency.pl index f0647c201f..1789c5195b 100755 --- a/currency.pl +++ b/currency.pl @@ -27,6 +27,7 @@ use CGI; use C4::Acquisition; use C4::Biblio; +use C4::Bookfund; my $input=new CGI; @@ -35,7 +36,7 @@ foreach my $param (@params){ if ($param ne 'type' && $param !~ /submit/){ my $data=$input->param($param); warn "$data / $param"; - updatecurrencies($param,$data); + ModCurrencies($param,$data); } } print $input->redirect('/cgi-bin/koha/acqui/acqui-home.pl');