diff --git a/Koha/Object.pm b/Koha/Object.pm index 190b57cde9..97ae3494fd 100644 --- a/Koha/Object.pm +++ b/Koha/Object.pm @@ -918,7 +918,7 @@ sub AUTOLOAD { return $self->_result()->get_column($method); } }; - no strict 'refs'; + no strict 'refs'; ## no critic (strict) *{$AUTOLOAD} = $accessor; return $accessor->( $self, @_ ); }