Bug 17355: (QA follow-up) Fix used package name
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 7 May 2020 22:10:29 +0000 (19:10 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 7 May 2020 22:10:29 +0000 (19:10 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Koha/AuthorisedValueCategories.pm
Koha/AuthorisedValueCategory.pm

index 2d36352..915e7d0 100644 (file)
@@ -20,7 +20,7 @@ use Modern::Perl;
 use Carp;
 
 use Koha::Database;
-use Koha::Exceptions::CannotDeleteDefault;
+use Koha::Exceptions;
 
 use Koha::AuthorisedValueCategory;
 
index d2c196d..73f578a 100644 (file)
@@ -20,7 +20,7 @@ use Modern::Perl;
 use Carp;
 
 use Koha::Database;
-use Koha::Exceptions::CannotDeleteDefault;
+use Koha::Exceptions;
 
 use base qw(Koha::Object);