262 |
my @branches = map { value => $_->branchcode, label => $_->branchname }, Koha::Libraries->search( {}, { order_by => 'branchname' } ); |
262 |
my @branches = map { value => $_->branchcode, label => $_->branchname }, Koha::Libraries->search( {}, { order_by => 'branchname' } ); |
267 |
label => $itemtype->translated_description, |
267 |
label => $itemtype->translated_description, |