Partial fix for Bug 1578: detect material type and don't load COinS unless the materi...
[koha_fer] / acqui / bookfund.pl
index c417a1c..76e14fe 100755 (executable)
@@ -21,7 +21,7 @@ use C4::Context;
 use strict;
 use CGI;
 use C4::Auth;
-use C4::Interface::CGI::Output;
+use C4::Output;
 
 my $dbh      = C4::Context->dbh;
 my $input    = new CGI;