From 5ca79e5c477defc633db9b94e8d6aa281921188c Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@biblibre.com>
Date: Tue, 16 Oct 2012 09:45:07 +0200
Subject: [PATCH] Bug 8015: Followup Add MARC Modifications Templates

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
---
 C4/ImportBatch.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm
index 9f54c7e..884f049 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.2.5