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

(-)a/misc/maintenance/search_for_data_inconsistencies.pl (-1 / +1 lines)
Lines 16-21 Link Here
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
use Koha::Script;
20
use Koha::Script;
20
use Koha::AuthorisedValues;
21
use Koha::AuthorisedValues;
21
use Koha::Authorities;
22
use Koha::Authorities;
22
- 

Return to bug 36027