aggio modif

This commit is contained in:
Surya Paolo
2024-01-10 20:44:43 +01:00
parent a71c487697
commit 9b4a9dbf28

View File

@@ -363,7 +363,8 @@ module.exports = {
GRAMMI: 1,
CHILI: 2,
LITRI: 3,
PEZZI: 4,
MILLILITRI: 4,
PEZZI: 10,
},
Units_Of_Measure_ListBox: [
@@ -387,10 +388,15 @@ module.exports = {
short: 'Lt',
value: 3,
},
{
label: 'MilliLitri (ml)',
short: 'ml',
value: 4,
},
{
label: 'Pezzi (p)',
short: 'p',
value: 4,
value: 10,
},
],