From c425a53ec9615766e24752612098b41b9aa7b8bc Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sun, 4 Jan 2026 09:32:38 +0100 Subject: [PATCH] 04.01.26 --- src/App.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index f28b8bcb..21e4796e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -119,7 +119,7 @@ const lotData = [ group: 'by_physic', origin: 'physic' })}, - { status: "Available", count: lot_a, color: "bg-gray-400", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],[["r_lot_matched", ">", 0]],'exec_window',{ + { status: "Available", count: lot_a, color: "bg-gray-400", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],'[["r_lot_matched", ">", 0]]','exec_window',{ purchase: null, sale: null, shipment: null, @@ -129,7 +129,7 @@ const lotData = [ group: 'by_physic', origin: 'physic' })}, - { status: "All", count: lot_al, color: "bg-sky-600", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],[["r_lot_matched", ">", 0]],'exec_window',{ + { status: "All", count: lot_al, color: "bg-sky-600", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],'[["r_lot_matched", ">", 0]]','exec_window',{ purchase: null, sale: null, shipment: null, @@ -161,7 +161,7 @@ const kpis = [ "open.position.report", undefined, ["tree"], - [["id", ">", 0]], + '[["id", ">", 0]]', "exec_window", context )