From 5032bc4abebd7da5bda3c643be2947dd2f6570bc Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 Sep 2014 12:39:55 +0200 Subject: [PATCH] [PASSED QA] 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 --- serials/claims.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/serials/claims.pl b/serials/claims.pl index bf2ed2f..7120515 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 -- 1.9.1