Lines 268-274
else {
Link Here
|
268 |
|
268 |
|
269 |
my $itemtypes = Koha::ItemTypes->search_with_localization; |
269 |
my $itemtypes = Koha::ItemTypes->search_with_localization; |
270 |
|
270 |
|
271 |
my $authority_types = Koha::Authority::Types->search( {}, { order_by => ['authtypecode'] } ); |
271 |
my $authority_types = Koha::Authority::Types->search( {}, { order_by => ['authtypecode'] } )->unblessed; |
272 |
|
272 |
|
273 |
my $libraries = Koha::Libraries->search_filtered({}, { order_by => ['branchname'] })->unblessed; |
273 |
my $libraries = Koha::Libraries->search_filtered({}, { order_by => ['branchname'] })->unblessed; |
274 |
for my $library ( @$libraries ) { |
274 |
for my $library ( @$libraries ) { |
275 |
- |
|
|