Warenort, Essensbestellungen, Datev-Export
This commit is contained in:
@@ -14,6 +14,10 @@ Public Class cWarenorte
|
||||
Property wo_grenzstelle As Object = Nothing
|
||||
Property wo_knnr As Object = Nothing
|
||||
Property wo_strasse As Object = Nothing
|
||||
Property wo_ex As Boolean
|
||||
Property wo_im As Boolean
|
||||
Property wo_zv As Boolean
|
||||
Property wo_ze As Boolean
|
||||
|
||||
Public hasEntry = False
|
||||
|
||||
@@ -50,6 +54,12 @@ Public Class cWarenorte
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("wo_grenzstelle", wo_grenzstelle))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("wo_knnr", wo_knnr))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("wo_strasse", wo_strasse))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("wo_ex", wo_ex))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("wo_im", wo_im))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("wo_zv", wo_zv))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("wo_ze", wo_ze))
|
||||
|
||||
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user