Berechtigungen für Admin-Essensbestellungen, Bugfix, GUI verbessert.

This commit is contained in:
2023-01-10 10:48:48 +01:00
parent 45a8e53ec5
commit 7b991737d9
4 changed files with 31 additions and 10 deletions

View File

@@ -554,6 +554,12 @@ Public Class frmHauptfenster
End Select
End If
If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("ADMIN_ESSENSBESTELLUNGEN", "AVISO") Then
AdministrationEssensbestellungenToolStripMenuItem.Visible = True
End If
Panel1.Height -= pnlSearch.Height
If Now.ToShortDateString >= DateTime.Parse("01/01/2023") Then