From b6bd5f21b0146d4444d51aa093dfaf98e2ee74e7 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 18 Dec 2025 13:19:01 +0100 Subject: [PATCH] adjusted color for ex state in PreorderMap --- Layout/default/Preorder/Index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Layout/default/Preorder/Index.php b/Layout/default/Preorder/Index.php index d5a61ba9d..6a1a44cbb 100644 --- a/Layout/default/Preorder/Index.php +++ b/Layout/default/Preorder/Index.php @@ -1638,8 +1638,8 @@ $pagination_entity_name = "Vorbestellungen"; fttx_c = { "gross planning": "grey", "detailed planning": "yellow", - "plan released": "deeppink", - "assigend": "aqua", + "plan released": "tomato", + "assigned": "aqua", "executed": "darkblue", "documented": "lime", "canceled": "darkred",