Merge Fehler
[kivitendo-erp.git] / SL / Template / Plugin / LxERP.pm
index dded297..b36fceb 100644 (file)
@@ -109,7 +109,7 @@ sub abs {
 }
 
 sub t8 {
-  my ($self, $text, $args) = @_;
+  my ($self, $text, @args) = @_;
   $self->{locale} ||= Locale->new($::myconfig{countrycode}, 'all');
   return $self->{locale}->text($text, @args) || $text;
 }