update 20500729
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -223530,3 +223530,11 @@ Der mehrteilige Bezeichner "dbo.ondoc_clm_dokumente.clmdokumentid.id" konnte nic
|
|||||||
2026-07-27 09:26:05.2720|DEBUG|OnDoc|
|
2026-07-27 09:26:05.2720|DEBUG|OnDoc|
|
||||||
2026-07-27 09:26:05.2720|DEBUG|OnDoc|
|
2026-07-27 09:26:05.2720|DEBUG|OnDoc|
|
||||||
2026-07-27 09:26:05.2720|DEBUG|OnDoc|
|
2026-07-27 09:26:05.2720|DEBUG|OnDoc|
|
||||||
|
2026-07-28 15:26:16.3676|DEBUG|OnDoc|
|
||||||
|
2026-07-28 15:26:16.4697|DEBUG|OnDoc|
|
||||||
|
2026-07-28 15:26:16.4697|DEBUG|OnDoc|
|
||||||
|
2026-07-28 15:26:16.4697|DEBUG|OnDoc|
|
||||||
|
2026-07-28 15:45:24.0467|DEBUG|OnDoc|
|
||||||
|
2026-07-28 15:45:24.1794|DEBUG|OnDoc|
|
||||||
|
2026-07-28 15:45:24.1794|DEBUG|OnDoc|
|
||||||
|
2026-07-28 15:45:24.1794|DEBUG|OnDoc|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Generated
+1
-1
@@ -65,7 +65,7 @@
|
|||||||
this.label2.Name = "label2";
|
this.label2.Name = "label2";
|
||||||
this.label2.Size = new System.Drawing.Size(472, 26);
|
this.label2.Size = new System.Drawing.Size(472, 26);
|
||||||
this.label2.TabIndex = 2;
|
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.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
this.label2.Click += new System.EventHandler(this.label2_Click);
|
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); }
|
if (txtbpnummer.Text != "") { newdoc.partnernr = Convert.ToInt32(txtbpnummer.Text); }
|
||||||
}
|
}
|
||||||
|
newdoc.Refresh_Details();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (VerantwortungKube)
|
if (VerantwortungKube)
|
||||||
@@ -320,7 +321,7 @@ namespace OnDoc.DocMgmt
|
|||||||
|
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
newdoc.Refresh_Details();
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (FaksimileUnterschrift)
|
if (FaksimileUnterschrift)
|
||||||
|
|||||||
@@ -1295,6 +1295,14 @@ namespace OnDoc.UIControls
|
|||||||
public void set_kubezustaendigkeit()
|
public void set_kubezustaendigkeit()
|
||||||
{
|
{
|
||||||
this.rbzustaendigkube.Checked = true;
|
this.rbzustaendigkube.Checked = true;
|
||||||
|
if (rbzustaendigkube.Checked)
|
||||||
|
{
|
||||||
|
Refresh_Team(Convert.ToInt32(cbboxzustaendigkube.SelectedValue));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Refresh_Team(0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public void set_faksimielUnterschrift()
|
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user