From 5b3345a6253033a9d69289738028d7d699f640e4 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 20:01:47 +0100 Subject: [PATCH] 03.01.26 --- src/App.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 79c982e7..18bf6aac 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -157,11 +157,11 @@ const kpis = [ trendValue: -3, icon: Gauge, action: () => openInTryton("open.position.report", undefined, ['tree'],[["id", ">", 0]],'exec_window',{ - purchase: null, - client: null, - supplier: null, - sale: null, - product: null + purchase: "None", + client: "None", + supplier: "None", + sale: "None", + product: "None" }) }, {