View | Details | Raw Unified | Return to bug 23111
Collapse All | Expand All

(-)a/admin/preferences.pl (-1 / +1 lines)
Lines 29-35 use C4::Log; Link Here
29
use C4::Output;
29
use C4::Output;
30
use C4::Templates;
30
use C4::Templates;
31
use Koha::Acquisition::Currencies;
31
use Koha::Acquisition::Currencies;
32
use Koha::BiblioFramework;
32
use Koha::BiblioFrameworks;
33
use File::Spec;
33
use File::Spec;
34
use IO::File;
34
use IO::File;
35
use YAML::Syck qw();
35
use YAML::Syck qw();
(-)a/cataloguing/addbiblio.pl (-2 lines)
Lines 35-41 use C4::ClassSource; Link Here
35
use C4::ImportBatch;
35
use C4::ImportBatch;
36
use C4::Charset;
36
use C4::Charset;
37
use Koha::BiblioFrameworks;
37
use Koha::BiblioFrameworks;
38
use Koha::BiblioFramework;
39
use Koha::DateUtils;
38
use Koha::DateUtils;
40
39
41
use Koha::ItemTypes;
40
use Koha::ItemTypes;
42
- 

Return to bug 23111