rentcar blip color + report menu dies das
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user