Add option to inventory tool to ignore copies on loan
[koha.git] / catalogue / detailprint.pl
index 6c4202d..b36a962 100755 (executable)
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-require Exporter;
+
 use C4::Context;
 use CGI;
 use C4::Auth;
 use C4::Biblio;
+use C4::Items;
 use C4::Output;
 use C4::Dates;