This commit is contained in:
2026-01-03 20:27:26 +01:00
parent fcc8800b68
commit 2eaa62a4b0

View File

@@ -141,7 +141,7 @@ 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 ($)",