Bug 33036: (QA follow-up) Tidy code
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
8a9bf27dc1
commit
2d668f22dc
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ use URI;
|
|||
use URI::Escape qw( uri_escape_utf8 );
|
||||
use Try::Tiny;
|
||||
|
||||
use C4::Koha qw( GetNormalizedISBN GetNormalizedUPC GetNormalizedOCLCNumber );
|
||||
use C4::Biblio qw( DelBiblio );
|
||||
use C4::Serials qw( CountSubscriptionFromBiblionumber );
|
||||
use C4::Reserves qw( MergeHolds );
|
||||
use C4::Koha qw( GetNormalizedISBN GetNormalizedUPC GetNormalizedOCLCNumber );
|
||||
use C4::Biblio qw( DelBiblio );
|
||||
use C4::Serials qw( CountSubscriptionFromBiblionumber );
|
||||
use C4::Reserves qw( MergeHolds );
|
||||
use C4::Acquisition qw( ModOrder GetOrdersByBiblionumber );
|
||||
|
||||
use Koha::Database;
|
||||
|
|
Loading…
Reference in a new issue