X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FTemplate.pm;h=b20a7b1a3b5a25c55713b0daa10a53f972162e11;hb=73f7989fcf23410ebd879d5150f6a13913ca2b90;hp=8682c7e9abb37cf009e9f4478f4f63b6929ac37b;hpb=d91984a2c64118801b903f426d95b834d2517ba6;p=kivitendo-erp.git diff --git a/SL/Template.pm b/SL/Template.pm index 8682c7e9a..b20a7b1a3 100644 --- a/SL/Template.pm +++ b/SL/Template.pm @@ -47,7 +47,7 @@ sub available_templates { -d ($::lx_office_conf{paths}->{templates} . "/$_") && !/^\.\.?$/ && !m/\.(?:html|tex|sty|odt)$/ - && !m/^(?:webpages$|print$|mail$|\.)/ + && !m/^(?:webpages$|mobile_webpages$|pdf$|print$|mail$|\.)/ } keys %dir_h; tie %dir_h, 'IO::Dir', "$::lx_office_conf{paths}->{templates}/print";