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

(-)a/admin/itemtypes.pl (-2 / +1 lines)
Lines 31-37 use C4::Koha; Link Here
31
use C4::Context;
31
use C4::Context;
32
use C4::Auth;
32
use C4::Auth;
33
use C4::Output;
33
use C4::Output;
34
34
use Koha::ItemTypes;
35
use Koha::ItemType;
35
use Koha::ItemType;
36
use Koha::Localizations;
36
use Koha::Localizations;
37
37
38
- 

Return to bug 17944