Mailvorlagen und Essensbestellungen

This commit is contained in:
2024-04-19 15:33:42 +02:00
parent 507866ebe8
commit 0e6a08cc02
4 changed files with 171 additions and 82 deletions

View File

@@ -24,6 +24,7 @@ Public Class cEssensbestellung
Property eb_gesendet_am As Object = Nothing
Property eb_gesendet As Boolean
Property eb_firma As Object = Nothing
Property eb_archiviert As Boolean
Public hasEntry = False
@@ -74,6 +75,7 @@ Public Class cEssensbestellung
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("eb_gesendet", eb_gesendet))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("eb_gesendet_am", eb_gesendet_am))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("eb_firma", eb_firma))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("eb_archiviert", eb_archiviert))
Return list