aggio modif

This commit is contained in:
Surya Paolo
2024-01-10 20:44:54 +01:00
parent c80b1da42d
commit ee064854a7
4 changed files with 38 additions and 12 deletions

View File

@@ -28,7 +28,8 @@ export const shared_consts = {
GRAMMI: 1,
CHILI: 2,
LITRI: 3,
PEZZI: 4,
MILLILITRI: 4,
PEZZI: 10,
},
TYPECASH: {
@@ -73,10 +74,15 @@ export const shared_consts = {
short: 'Lt',
value: 3,
},
{
label: 'MilliLitri (ml)',
short: 'ml',
value: 4,
},
{
label: 'Pezzi (p)',
short: 'p',
value: 4,
value: 10,
},
],