From: Bernd Bleßmann Date: Mon, 22 Nov 2021 09:45:15 +0000 (+0100) Subject: Auswahl Druckvorlagen: mobile_webpages und pdf nicht anbieten X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~292 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=73229fa7ba9c3c4a9db7c8b0bb27bafaad5c1bfc;p=kivitendo-erp.git Auswahl Druckvorlagen: mobile_webpages und pdf nicht anbieten --- 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";