update 20250420
This commit is contained in:
@@ -173,7 +173,17 @@ namespace OnDoc.Klassen
|
||||
public static string unterschriftenpruefung { get; set; } = "No";
|
||||
public static Boolean parseparams()
|
||||
{
|
||||
|
||||
if (executed) return false;
|
||||
function = "";
|
||||
partnernr = "";
|
||||
struktur = "";
|
||||
dokumenttypnr = "0";
|
||||
Interaktion = "Yes";
|
||||
showdoc = "Yes";
|
||||
dokumentid = "";
|
||||
unterschriftenpruefung = "No";
|
||||
|
||||
string sparam = sourceparam.Substring(sourceparam.IndexOf('?') + 1, sourceparam.Length - (sourceparam.IndexOf('?') + 1));
|
||||
if (sparam.ToLower() == "ucheck")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user