]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Template.pm
Standard-Druckvorlagen entfernt
[kivitendo-erp.git] / SL / Template.pm
index 903ea90d8e8276a3d6d401a2ff4a95c48312fa22..39157d2d2c9bf5b6ee74e47cfbe89bda171c956b 100644 (file)
@@ -52,7 +52,7 @@ sub available_templates {
   } keys %dir_h;
 
   tie %dir_h, 'IO::Dir', "$::lx_office_conf{paths}->{templates}/print";
-  my @allmaster = ('Standard', sort grep { -d ("$::lx_office_conf{paths}->{templates}/print" . "/$_") && !/^\.\.?$/ && !/^Standard$/ } keys %dir_h);
+  my @allmaster = (sort grep { -d ("$::lx_office_conf{paths}->{templates}/print" . "/$_") && !/^\.\.?$/ && !/^Standard$/ } keys %dir_h);
 
   return (
     print_templates  => \@alldir,