update 20500729

This commit is contained in:
Stefan Hutter
2026-07-31 16:39:14 +02:00
parent 19dc5ccdfd
commit f99cd1e112
22 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(472, 26);
this.label2.TabIndex = 2;
this.label2.Text = "27. Juli 2026";
this.label2.Text = "29. Juli 2026";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label2.Click += new System.EventHandler(this.label2_Click);
//
+2 -1
View File
@@ -310,6 +310,7 @@ namespace OnDoc.DocMgmt
{
if (txtbpnummer.Text != "") { newdoc.partnernr = Convert.ToInt32(txtbpnummer.Text); }
}
newdoc.Refresh_Details();
try
{
if (VerantwortungKube)
@@ -320,7 +321,7 @@ namespace OnDoc.DocMgmt
}
catch { }
newdoc.Refresh_Details();
try
{
if (FaksimileUnterschrift)
@@ -1295,6 +1295,14 @@ namespace OnDoc.UIControls
public void set_kubezustaendigkeit()
{
this.rbzustaendigkube.Checked = true;
if (rbzustaendigkube.Checked)
{
Refresh_Team(Convert.ToInt32(cbboxzustaendigkube.SelectedValue));
}
else
{
Refresh_Team(0);
}
}
public void set_faksimielUnterschrift()
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.