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 )