687 |
# If a default rule exists, all branches should be returned |
687 |
# If a default rule exists, all branches should be returned |
688 |
return Koha::Libraries->search({}, { order_by => 'branchname' })->get_column('branchcode'); |
688 |
return Koha::Libraries->search({}, { order_by => 'branchname' })->get_column('branchcode'); |