Bug 4266: Hide Encumbrance and Expenditure in aqbudgets.tt
[koha.git] / Koha / SearchEngine / ConfigRole.pm
1 package Koha::SearchEngine::ConfigRole;
2
3 use Moose::Role;
4
5 requires 'indexes', 'index', 'ressource_types';
6
7 1;