Bug 23204: (RM follow-up) Use Koha::Script
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 27 Mar 2020 12:08:54 +0000 (12:08 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 27 Mar 2020 12:08:54 +0000 (12:08 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

misc/search_tools/export_elasticsearch_mappings.pl

index bbb42a4..9fd6d78 100755 (executable)
@@ -53,6 +53,7 @@ Full documentation.
 
 use Modern::Perl;
 
+use Koha::Script;
 use Koha::Database;
 use Koha::SearchFields;
 use Koha::SearchMarcMaps;