This commit is contained in:
jusax23 2023-03-24 22:34:56 +01:00
parent 49f635b29d
commit f697191a7c
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -419,7 +419,7 @@ export const addItem: Act = {
state: "numer",
title: "string-256",
description: "string-4096",
listCatID: "number",
listCatID: "number", //-1 = no parent
unit: "number",
value: "string-256",
listProdID: "number" //-1 = no parent
@ -474,7 +474,7 @@ export const changeItem: Act = {
state: "numer",
title: "string-256",
description: "string-4096",
listCatID: "number",
listCatID: "number", //-1 = no parent
unit: "number",
value: "string-256",
listProdID: "number" //-1 = no parent