Update 20250505
This commit is contained in:
@@ -736,6 +736,8 @@ namespace OnDoc.UIControls
|
||||
if (cbboxunterschriftrechts.Text == "") { docgendata.unterschriftRehts = "-1"; }
|
||||
}
|
||||
catch { }
|
||||
if (cbboxunterschriftlinks.Visible == false) { docgendata.unterschriftLinks = "-1"; }
|
||||
if (cbboxunterschriftrechts.Visible ==false) { docgendata.unterschriftRehts = "-1"; }
|
||||
if (cbfaksimile.Checked) { docgendata.digitaleunterschrift = true; } else { docgendata.digitaleunterschrift = false; }
|
||||
if (cbformularohneunterschrfit.Checked) { docgendata.frormularOhneUnterschrift = true; } else { docgendata.frormularOhneUnterschrift = false; }
|
||||
if (lblohneUnterschrift.Visible) { docgendata.frormularOhneUnterschrift = true; }
|
||||
|
||||
Reference in New Issue
Block a user