Änderungen DB für Gesamtsicherheitspositionen
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
Imports System.Data.SqlClient
|
Imports System.Data.SqlClient
|
||||||
Imports System.Globalization
|
Imports System.Globalization
|
||||||
Imports System.IO
|
Imports System.IO
|
||||||
'Imports DocumentFormat.OpenXml.Drawing.Charts
|
|
||||||
Imports SDL.EORI
|
Imports SDL.EORI
|
||||||
Imports sun.invoke.empty
|
Imports sun.invoke.empty
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,7 @@ Public Class cGesamtsicherheitsPositionen
|
|||||||
Property gsp_ust As Object = Nothing
|
Property gsp_ust As Object = Nothing
|
||||||
Property gsp_filialenNr As Object = Nothing
|
Property gsp_filialenNr As Object = Nothing
|
||||||
Property gsp_abfertigungsNr As Object = Nothing
|
Property gsp_abfertigungsNr As Object = Nothing
|
||||||
Property gsp_ATCNr As Object = Nothing
|
Property gsp_ATCNr As String
|
||||||
Property gsp_MRNNr As Object = Nothing
|
|
||||||
Property gsp_erstellungsdatum As DateTime
|
Property gsp_erstellungsdatum As DateTime
|
||||||
|
|
||||||
Public hasEntry = False
|
Public hasEntry = False
|
||||||
@@ -46,7 +45,6 @@ Public Class cGesamtsicherheitsPositionen
|
|||||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_filialenNr", gsp_filialenNr))
|
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_filialenNr", gsp_filialenNr))
|
||||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_abfertigungsNr", gsp_abfertigungsNr))
|
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_abfertigungsNr", gsp_abfertigungsNr))
|
||||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_ATCNr", gsp_ATCNr))
|
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_ATCNr", gsp_ATCNr))
|
||||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_MRNNr", gsp_MRNNr))
|
|
||||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_erstellungsdatum", gsp_erstellungsdatum))
|
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("gsp_erstellungsdatum", gsp_erstellungsdatum))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user