Fix Sammelrechnung

This commit is contained in:
2025-06-20 09:23:27 +02:00
parent 4937308362
commit ec1e5b9c7b
2 changed files with 25 additions and 22 deletions

View File

@@ -212,6 +212,7 @@ Public Class frmFaktEmail
Dim EMAILTMPBCC = "" Dim EMAILTMPBCC = ""
'Prüfen, ob Rechnung an Im/Export deklariert ist und entsprechende Mailadressen holen 'Prüfen, ob Rechnung an Im/Export deklariert ist und entsprechende Mailadressen holen
If SPEDBUCH IsNot Nothing Then
Dim IMPEXP = (New VERAG_PROG_ALLGEMEIN.SQL).DLookup("isnull(IMEX,'')", "Aviso", "AvisoId='" & SPEDBUCH.AvisoID & "'", "AVISO") Dim IMPEXP = (New VERAG_PROG_ALLGEMEIN.SQL).DLookup("isnull(IMEX,'')", "Aviso", "AvisoId='" & SPEDBUCH.AvisoID & "'", "AVISO")
Select Case IMPEXP Select Case IMPEXP
Case "IMPORT" Case "IMPORT"
@@ -233,6 +234,8 @@ Public Class frmFaktEmail
If EMAILTMPBCC <> "" Then dgvEmailBCC.Rows.Add(EMAILTMPBCC) If EMAILTMPBCC <> "" Then dgvEmailBCC.Rows.Add(EMAILTMPBCC)
End If End If
End Select End Select
End If
'wenn leere Mailadressen, dann Standardadresse holen 'wenn leere Mailadressen, dann Standardadresse holen
If EMAILTMP = "" And EMAILTMPCC = "" And EMAILTMPBCC = "" Then If EMAILTMP = "" And EMAILTMPCC = "" And EMAILTMPBCC = "" Then

View File

@@ -2527,7 +2527,7 @@ Partial Class frmKundenblatt
' '
Me.cntxtCntxtMDM.ImageScalingSize = New System.Drawing.Size(24, 24) Me.cntxtCntxtMDM.ImageScalingSize = New System.Drawing.Size(24, 24)
Me.cntxtCntxtMDM.Name = "cntxtCntxtMDM" Me.cntxtCntxtMDM.Name = "cntxtCntxtMDM"
Me.cntxtCntxtMDM.OwnerItem = Me.ToolStripMenuItem4 Me.cntxtCntxtMDM.OwnerItem = Me.ToolStripMenuItem8
Me.cntxtCntxtMDM.Size = New System.Drawing.Size(61, 4) Me.cntxtCntxtMDM.Size = New System.Drawing.Size(61, 4)
Me.cntxtCntxtMDM.Text = "cntxtMDM" Me.cntxtCntxtMDM.Text = "cntxtMDM"
' '