Bug 14100: (follow-up) Language overlay for item types
[koha.git] / Koha / Template / Plugin / ItemTypes.pm
index 9c8326d..85d2542 100644 (file)
@@ -27,7 +27,7 @@ use C4::Koha;
 sub GetDescription {
     my ( $self, $itemtype ) = @_;
 
-    my $itemtype = C4::Koha::getitemtypeinfo( $itemtype );
+    $itemtype = C4::Koha::getitemtypeinfo( $itemtype );
     return $itemtype->{translated_description};
 
 }