div. Änderungen USTVA-Import
This commit is contained in:
@@ -60,6 +60,7 @@ Public Class cUSTVAntrag
|
||||
Property UStVAn_RGRetour As Object = Nothing
|
||||
Property UStVAn_VZoffen As Object = Nothing
|
||||
Property UStVAn_Sicherheit As Object = Nothing
|
||||
Property UStVAn_MWSTEingang_offen As Object = Nothing
|
||||
Property POSITIONEN As New List(Of cUStVPositionen) '= Nothing
|
||||
|
||||
Public hasEntry = False
|
||||
@@ -131,6 +132,7 @@ Public Class cUSTVAntrag
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("UStVAn_RGRetour", UStVAn_RGRetour)) ' DATETIME Default (getdate()) NULL,
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("UStVAn_VZoffen", UStVAn_VZoffen)) '
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("UStVAn_Sicherheit", UStVAn_Sicherheit))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("UStVAn_MWSTEingang_offen", UStVAn_MWSTEingang_offen))
|
||||
|
||||
|
||||
Return list
|
||||
|
||||
Reference in New Issue
Block a user