03.01.26
This commit is contained in:
@@ -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 ($)",
|
||||||
|
|||||||
Reference in New Issue
Block a user