ATEZ Kor
This commit is contained in:
@@ -118,6 +118,7 @@ Public Class frmATEZ_NCTS
|
|||||||
.VERAG_LRN = lblBezugsnummer.Text
|
.VERAG_LRN = lblBezugsnummer.Text
|
||||||
.LicensePlateContainerNo = txtLKWId.Text
|
.LicensePlateContainerNo = txtLKWId.Text
|
||||||
.DAKOSY_TemplateCode = cboStammreferenz._value
|
.DAKOSY_TemplateCode = cboStammreferenz._value
|
||||||
|
If .DAKOSY_TemplateCode = "" Then .DAKOSY_TemplateCode = "*OWN"
|
||||||
.DAKOSY_Procedure = cboProzedur._value
|
.DAKOSY_Procedure = cboProzedur._value
|
||||||
.DAKOSY_IOPartner = txtDyMandant.Text
|
.DAKOSY_IOPartner = txtDyMandant.Text
|
||||||
.DAKOSY_Division3 = txtDyNiederlassung.Text
|
.DAKOSY_Division3 = txtDyNiederlassung.Text
|
||||||
@@ -221,7 +222,7 @@ Public Class frmATEZ_NCTS
|
|||||||
|
|
||||||
Else
|
Else
|
||||||
|
|
||||||
If azetId = -1 Then atezData.fehlerbeschreibung = "Request has been sent, but no header received!"
|
If azetId = "-1" Then atezData.fehlerbeschreibung = "Request has been sent, but no header received!"
|
||||||
atezData.status = "Sent"
|
atezData.status = "Sent"
|
||||||
atezData.atezId = IIf(azetId IsNot Nothing, azetId, "")
|
atezData.atezId = IIf(azetId IsNot Nothing, azetId, "")
|
||||||
Return atezData.SAVE()
|
Return atezData.SAVE()
|
||||||
|
|||||||
Reference in New Issue
Block a user