From 35154d081951388d7ba4f90b407fa0dbb4e83dda Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Oct 2012 09:45:07 +0200 Subject: [PATCH] Bug 8015: Followup Add MARC Modifications Templates --- C4/ImportBatch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm index aa7148d..71a109c 100644 --- a/C4/ImportBatch.pm +++ b/C4/ImportBatch.pm @@ -26,7 +26,7 @@ use C4::Biblio; use C4::Items; use C4::Charset; use C4::AuthoritiesMarc; -use Koha::MarcModificationTemplates; +use C4::MarcModificationTemplates; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); -- 1.7.10.4