update 20500729
This commit is contained in:
Generated
+1
-1
@@ -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);
|
||||
//
|
||||
|
||||
@@ -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.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user