This commit is contained in:
2021-03-09 15:25:39 +01:00
parent c6423afb6a
commit 6eee074497
11 changed files with 302 additions and 176 deletions

View File

@@ -252,6 +252,13 @@ Public Class frmHauptfenster
End If
If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("GESAMTSICHERHEIT", "AVISO") Then
DEGesamtsicherheitVeragGmbHToolStripMenuItem.Visible = True
ATGesamtsicherheitVeragAGToolStripMenuItem.Visible = True
ATGesamtsicherheitIMEXCSGmbHToolStripMenuItem.Visible = True
ATGesamtsicherheitVeragCSToolStripMenuItem.Visible = True
End If
Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
Case "ATILLA" ' Case "VERAG", "IMEX"
@@ -4767,10 +4774,10 @@ Public Class AvisoStatusFunctions
If text <> "" Or text_Freigabe <> "" Then
Dim f As New frmDokumenteSchicken
Dim f As New frmDokumenteSchicken(AVISO)
f.rtbDokumente.Text = text
f.rtbSonstigeInfo.Text = text_Freigabe
f.cbxInfoblattFurDigitalabfertigungDrucken.Checked = (SQL.DLookup("COUNT(*)", "Vermerke", " AvisoID=" & AVISO.AvisoID & " and VermerkeCode=82", "AVISO", 0) > 0)
f.ShowDialog()
End If
End Sub