From 4179c63d7ea1a087b725b0a8da98537aa1d61949 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 Sep 2014 12:39:55 +0200 Subject: [PATCH] Bug 12852: C4::Bookseller should not be imported anymore This script does not depend on C4::Bookseller anymore. The import can be removed. Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- serials/claims.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/serials/claims.pl b/serials/claims.pl index bf2ed2fab9..7120515eb5 100755 --- a/serials/claims.pl +++ b/serials/claims.pl @@ -24,7 +24,6 @@ use C4::Auth; use C4::Serials; use C4::Acquisition; use C4::Output; -use C4::Bookseller qw( GetBookSeller ); use C4::Context; use C4::Letters; use C4::Branch; # GetBranches GetBranchesLoop -- 2.11.4.GIT