rentcar blip color + report menu dies das

This commit is contained in:
Fabian
2021-05-03 00:05:42 +02:00
parent 2f22ab3b5f
commit 86970361f2
2 changed files with 3 additions and 3 deletions

View File

@@ -90,9 +90,9 @@ export default function reportList(globalData: IGlobalData) {
globalData.InMenu = true;
var types = ["Quick Report", "Ticket Report"];
var types = ["Ticket Report", "Quick Report"];
reportMenu = new Menu("QuickReport/Ticket", "", new Point(0, screenRes.y / 3), null, null);
reportMenu = new Menu("Ticket/QuitReport", "", new Point(0, screenRes.y / 3), null, null);
var typesItem = new UIMenuListItem("Typ", "", new ItemsCollection(types));
reportMenu.AddItem(typesItem);