update 20250209

This commit is contained in:
Stefan Hutter
2025-02-09 20:44:54 +01:00
parent c316b40507
commit f8f1404ef9
136 changed files with 549632 additions and 150 deletions

View File

@@ -151,7 +151,12 @@ namespace OnDoc.UIControls
lblUnterschriftrechts.Visible = false;
}
this.cbfaksimile.Enabled = Convert.ToBoolean(dr["unterschrift_faksimile"]) == true;
if (this.cbfaksimile.Enabled == true) { this.cbfaksimile.Checked = true; }
if (this.cbfaksimile.Enabled == true)
{
this.cbfaksimile.Checked = true;
//20250208 - bis faksimile klappt
this.cbfaksimile.Checked = false;
}
this.cbformularohneunterschrfit.Checked = false;
if (cbformularohneunterschrfit.Enabled)