From 781bedff8d5673aa9a66999ae04668e2f503d117 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 4 May 2014 23:10:17 +0000 Subject: [PATCH] Bug 766: (follow-up) point acqui/ajax-getauthvaluedropbox.pl at the new location of GetAuthvalueDropbox Signed-off-by: Galen Charlton --- acqui/ajax-getauthvaluedropbox.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acqui/ajax-getauthvaluedropbox.pl b/acqui/ajax-getauthvaluedropbox.pl index 6f5d2d58f0..0a74ada471 100755 --- a/acqui/ajax-getauthvaluedropbox.pl +++ b/acqui/ajax-getauthvaluedropbox.pl @@ -48,7 +48,7 @@ Default value for the dropbox. use Modern::Perl; use CGI; -use C4::Budgets; +use C4::Koha; use C4::Charset; use C4::Auth qw/check_api_auth/; @@ -70,7 +70,7 @@ $default = C4::Charset::NormalizeString($default); binmode STDOUT, ':encoding(UTF-8)'; print $input->header(-type => 'text/plain', -charset => 'UTF-8'); -my $avs = GetAuthvalueDropbox($category, $default); +my $avs = C4::Koha::GetAuthvalueDropbox($category, $default); my $html = qq|