Auswahl Druckvorlagen: mobile_webpages und pdf nicht anbieten
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 22 Nov 2021 09:45:15 +0000 (10:45 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 22 Nov 2021 09:53:06 +0000 (10:53 +0100)
SL/Template.pm

index 8682c7e..b20a7b1 100644 (file)
@@ -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";