X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..5dd5e97bc9fe0aee0be2621fe11d48c86be40a5d:/SL/Template.pm diff --git a/SL/Template.pm b/SL/Template.pm index 903ea90d8..39157d2d2 100644 --- a/SL/Template.pm +++ b/SL/Template.pm @@ -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,