From 702aeae3e50febfe28f90b9f0535276a37b779f3 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 Signed-off-by: Kyle M Hall Signed-off-by: Leila Signed-off-by: Bernardo Gonzalez Kriegel --- C4/ImportBatch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm index bb8dd73..c8ee48d 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.9.5