]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/admin.pl
Bugfix Bug 1077: Opendocumentvorlagen kopieren.
[kivitendo-erp.git] / bin / mozilla / admin.pl
index daae59a23b0c81a5992f1de721c49c68a09fe849..02821989668c7a40ff5face5127cf67e358df650 100755 (executable)
@@ -549,7 +549,7 @@ sub save_user {
 
       # copy templates to the directory
       opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $ERRNO");
-      @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/,
+      @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|odt|xml|txb)$/,
         readdir TEMPLATEDIR;
       closedir TEMPLATEDIR;