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 <paola.rossi@cineca.it> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
66438d59e7
commit
4179c63d7e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue