GVMS Feature
This commit is contained in:
@@ -5326,9 +5326,7 @@ Public Class frmSendungsdetailsNEU
|
||||
|
||||
Dim OnylSND = -1
|
||||
If sender Is AktuelleSendungToolStripMenuItem Then
|
||||
'For Each r As DataGridViewRow In dgvAnhang.SelectedRows
|
||||
' Mail.Attachments.Add(VERAG_PROG_ALLGEMEIN.cDATENSERVER.GET_PDFPath_BY_DocID(r.Cells("anh_docId").Value), Microsoft.Office.Interop.Outlook.OlAttachmentType.olByValue)
|
||||
'Next
|
||||
|
||||
OnylSND = CURRENT_INDEX
|
||||
End If
|
||||
|
||||
@@ -5370,7 +5368,7 @@ Public Class frmSendungsdetailsNEU
|
||||
|
||||
Dim cnt = 1
|
||||
For Each SND In SENDUNG_LIST
|
||||
If True Then '(OnylSND >= 0 AndAlso SND Is SENDUNG_LIST(OnylSND)) Or (OnylSND < 0 And SND.FilialenNr = 7001) Then
|
||||
If (OnylSND >= 0 AndAlso SND Is SENDUNG_LIST(OnylSND)) Or (OnylSND < 0 And SND.FilialenNr = 7001 And SND.tblSnd_Abfertigungsart_ID = 46) Then ' Or (OnylSND < 0 And SND.FilialenNr = 7001) Then
|
||||
TextHTMLtable &= "<tr>"
|
||||
TextHTMLtable &= "<td><b>" & cnt & "</b></td>"
|
||||
TextHTMLtable &= "<td><b>" & SND.FilialenNr & "/" & SND.AbfertigungsNr & "</b></td>"
|
||||
|
||||
Reference in New Issue
Block a user