From 38057871fb2e200f61097607ce2d60d67a992081 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 Sep 2014 12:39:55 +0200 Subject: [PATCH 4/4] 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 --- 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.7.10.4