aggio modif
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user