From c74eaafba8594fb08f463875781759eb442af313 Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Mon, 1 Mar 2021 17:10:49 -0300 Subject: [PATCH] [FIX] repair_timeline: fix colors attribute --- repair_timeline/views/repair_order.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repair_timeline/views/repair_order.xml b/repair_timeline/views/repair_order.xml index 7ea558f36..2a1998e5c 100644 --- a/repair_timeline/views/repair_order.xml +++ b/repair_timeline/views/repair_order.xml @@ -14,7 +14,7 @@ event_open_popup="true" zoomKey="ctrlKey" mode="week" - colors="#ec7063:user_id == false;#2ecb71:kanban_state=='done';"> + colors="#ec7063:user_id == false;#2ecb71:state=='done';">