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