Mailvorlagen

This commit is contained in:
2024-04-19 10:23:38 +02:00
parent dd610d6efb
commit 507866ebe8
2 changed files with 14 additions and 4 deletions

View File

@@ -45,6 +45,8 @@ Public Class cTextkonserve
Property txt_FIRMA As String
Property txt_firmaSig As Integer
Property txt_dynMailvorlage As Boolean
Property txt_letzteAenderungUser As String
Property txt_letzteAenderung As DateTime
Public hasEntry As Boolean = False
@@ -83,6 +85,8 @@ Public Class cTextkonserve
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("txt_FIRMA", txt_FIRMA))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("txt_firmaSig", txt_firmaSig))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("txt_dynMailvorlage", txt_dynMailvorlage))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("txt_letzteAenderungUser", txt_letzteAenderungUser))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("txt_letzteAenderung", txt_letzteAenderung))
Return list
End Function