ncts
This commit is contained in:
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.2.2.6")>
|
||||
<Assembly: AssemblyFileVersion("1.2.2.6")>
|
||||
<Assembly: AssemblyVersion("1.2.2.7")>
|
||||
<Assembly: AssemblyFileVersion("1.2.2.7")>
|
||||
|
||||
@@ -3785,9 +3785,12 @@ Public Class cWorker_NCTS
|
||||
|
||||
End If
|
||||
|
||||
End If
|
||||
|
||||
|
||||
|
||||
|
||||
End If
|
||||
|
||||
End If
|
||||
' NCTS.LOADByBezugsNr(bezugsNr, False) ' Falls schon ein DS mit dieser Bezugsnummer vorhanden ist.
|
||||
|
||||
@@ -3808,6 +3811,32 @@ Public Class cWorker_NCTS
|
||||
|
||||
NCTS_TMP.ncts_Eroeffnung = zp
|
||||
NCTS_TMP.SAVE()
|
||||
|
||||
'------------------------------------------------------------------------------------------------------------------------------
|
||||
'GARANTIE ÜBERSCHREIBEN:
|
||||
If NCTS.EinzelUeberlassungsmeldung.TransitOperation IsNot Nothing AndAlso NCTS.EinzelUeberlassungsmeldung.TransitOperation.Guarantee IsNot Nothing AndAlso NCTS.EinzelUeberlassungsmeldung.TransitOperation.Guarantee.Count > 0 Then
|
||||
NCTS_TMP.ncts_GUARANTEE.Clear()
|
||||
|
||||
For Each GRT_M In NCTS.EinzelUeberlassungsmeldung.TransitOperation.Guarantee
|
||||
|
||||
For Each GRT In GRT_M.GuaranteeReference
|
||||
Dim NCTS_GRT As New DAKOSY_Worker.cDakosy_NCTSOut004_Guarantee
|
||||
|
||||
|
||||
NCTS_GRT.nctsGRT_Type = GRT_M.GuaranteeType
|
||||
NCTS_GRT.nctsGRT_OtherGuaranteeReference = GRT_M.OtherGuaranteeReference
|
||||
NCTS_GRT.nctsGRT_AmountToBeCovered = GRT.AmountToBeCovered
|
||||
'NCTS_GRT.nctsGRT_AccessCode = GRT.accessCode
|
||||
NCTS_GRT.nctsGRT_GRN = GRT.GRN
|
||||
NCTS_GRT.nctsGRT_Currency = GRT.Currency
|
||||
NCTS_TMP.ncts_GUARANTEE.Add(NCTS_GRT)
|
||||
|
||||
Next
|
||||
Next
|
||||
NCTS_TMP.SAVE_Guarantee()
|
||||
End If
|
||||
'------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
'For Each TE In NCTS_TMP.ncts_TRANSPORTEQUIPMENT
|
||||
' If TE.nctsTE_NumberOfSeals > 0 Then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user