03.01.26
This commit is contained in:
10
src/App.jsx
10
src/App.jsx
@@ -157,11 +157,11 @@ const kpis = [
|
|||||||
trendValue: -3,
|
trendValue: -3,
|
||||||
icon: Gauge,
|
icon: Gauge,
|
||||||
action: () => openInTryton("open.position.report", undefined, ['tree'],[["id", ">", 0]],'exec_window',{
|
action: () => openInTryton("open.position.report", undefined, ['tree'],[["id", ">", 0]],'exec_window',{
|
||||||
purchase: null,
|
purchase: "None",
|
||||||
client: null,
|
client: "None",
|
||||||
supplier: null,
|
supplier: "None",
|
||||||
sale: null,
|
sale: "None",
|
||||||
product: null
|
product: "None"
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user