Session-Inhalt als YAML-Dump speichern und laden
[kivitendo-erp.git] / SL / CT.pm
index 81b9388..e6a14e3 100644 (file)
--- a/SL/CT.pm
+++ b/SL/CT.pm
@@ -1158,7 +1158,7 @@ sub parse_excel_file {
   $form->{excel} = 1;
   my $extension            = 'xls';
 
-  my $form->{IN}         = "$form->{formname}.${extension}";
+  $form->{IN}         = "$form->{formname}.${extension}";
 
   delete $form->{OUT};