update 20250727

This commit is contained in:
Stefan Hutter
2025-07-27 13:24:50 +02:00
parent cb8acfea57
commit 2237be483d
192 changed files with 23435 additions and 107 deletions

View File

@@ -281,6 +281,10 @@ namespace OnDoc
dokList1.StartPruefung();
return;
}
if (ExternalCall.function.ToLower() == "showdoc")
{
dokList1.ShowDoc(ExternalCall.dokumentid);
}
if (ExternalCall.function.ToLower() == "createdoc")
{
@@ -398,6 +402,7 @@ namespace OnDoc
dokList1.upruefung();
}
}
}