Partial fix for Bug 1578: detect material type and don't load COinS unless the materi...
[koha_fer] / serials / acqui-search-result.pl
index e9d01cc..6066bdd 100755 (executable)
@@ -20,7 +20,6 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id$
 
 =head1 NAME
 
@@ -45,10 +44,8 @@ use C4::Auth;
 use C4::Biblio;
 use C4::Output;
 use CGI;
-
-
 use C4::Acquisition;
-use C4::Date;
+use C4::Dates qw/format_date/;
 use C4::Bookseller;
 
 my $query=new CGI;