update 0250704

This commit is contained in:
Stefan Hutter
2025-07-04 21:40:19 +02:00
parent 6763534b8c
commit 68e4725ff5
71 changed files with 483 additions and 93 deletions

View File

@@ -186,7 +186,7 @@ namespace OnDoc.DocMgmt
}
if (vorlagentype == 1)
if (vorlagentype == 1 || vorlagentype==4)
{
this.Text = "Vorlage auswählen";
//Standard Vorlagen
@@ -248,7 +248,10 @@ namespace OnDoc.DocMgmt
treeViewAdv1.ExpandAll();
}
db = null;
get_einzeldokumente(where);
if ( vorlagentype==1)
{
get_einzeldokumente(where);
}
}
else