- posso fare upload dell'immagine del prodotto dalla lista

- corretto import dati
This commit is contained in:
Surya Paolo
2024-03-02 22:53:35 +01:00
parent 93e58f444d
commit 71e4c91930
68 changed files with 240 additions and 161 deletions

View File

@@ -30,6 +30,7 @@ export const shared_consts = {
LITRI: 3,
MILLILITRI: 4,
PEZZI: 10,
UOVA: 15,
},
TYPECASH: {
@@ -89,6 +90,11 @@ export const shared_consts = {
short: 'p',
value: 10,
},
{
label: 'Uova',
short: 'uova',
value: 15,
},
],
CallFunz: {