This commit is contained in:
2026-01-03 20:13:22 +01:00
parent 59d301a6f2
commit 48621227b7

View File

@@ -141,7 +141,13 @@ const lotData = [
})}, })},
]; ];
const context = "{'purchase': None, 'client': None, 'supplier': None, 'sale': None, 'product': None}"; const context = {
purchase: null,
client: null,
supplier: null,
sale: null,
product: null
};
const kpis = [ const kpis = [
{ {
title: "PNL ($)", title: "PNL ($)",