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

(-)a/installer/onboarding.pl (-1 / +1 lines)
Lines 30-35 use Koha::DateUtils; Link Here
30
use Koha::Patrons;
30
use Koha::Patrons;
31
use Koha::Patron::Categories;
31
use Koha::Patron::Categories;
32
use Koha::ItemTypes;
32
use Koha::ItemTypes;
33
use Koha::CirculationRules;
33
34
34
#Setting variables
35
#Setting variables
35
my $input = new CGI;
36
my $input = new CGI;
36
- 

Return to bug 18936