Essensbestellungen GUI Verbesserung, Control für Warenorte

This commit is contained in:
2023-01-10 16:28:06 +01:00
parent 7b991737d9
commit fc89dc23ef
11 changed files with 778 additions and 37 deletions

View File

@@ -558,6 +558,11 @@ Public Class frmHauptfenster
AdministrationEssensbestellungenToolStripMenuItem.Visible = True
End If
If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("WARENORTE", "AVISO") Then
WarenorteToolStripMenuItem.Visible = True
End If
Panel1.Height -= pnlSearch.Height
@@ -4333,6 +4338,11 @@ Public Class frmHauptfenster
Dim f As New frmEssensbestellungenAdministration()
f.ShowDialog(Me)
End Sub
Private Sub WarenorteToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles WarenorteToolStripMenuItem.Click
Dim f As New frmWarenorte()
f.ShowDialog(Me)
End Sub
End Class
Public Class AvisoStatusFunctions