From 455373972f4339a5490480cf6f5bcb310e609484 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 21:26:32 +0100 Subject: [PATCH] 03.01.26 --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 9ed8bb90..f28b8bcb 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -109,7 +109,7 @@ const shipmentData = [ ]; const lotData = [ - { status: "Matched", count: lot_m, color: "bg-teal-500", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],[["r_lot_matched", ">", 0]],'exec_window',{ + { status: "Matched", count: lot_m, color: "bg-teal-500", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],'[["r_lot_matched", ">", 0]]','exec_window',{ purchase: null, sale: null, shipment: null,