- Aggiornamento template mail (tramite i campi in HTML)
- Aggiornato Carrello
This commit is contained in:
@@ -33,28 +33,28 @@ export const shared_consts = {
|
||||
Units_Of_Measure_ListBox: [
|
||||
{
|
||||
label: '[Nessuno]',
|
||||
value: 0,
|
||||
short: '',
|
||||
value: 0,
|
||||
},
|
||||
{
|
||||
label: 'Grammi (g)',
|
||||
value: 1,
|
||||
short: 'g',
|
||||
value: 1,
|
||||
},
|
||||
{
|
||||
label: 'Chili (kg)',
|
||||
short: 'Kg',
|
||||
value: 2,
|
||||
short: 'kg',
|
||||
},
|
||||
{
|
||||
label: 'Litri (l)',
|
||||
label: 'Litri (L)',
|
||||
short: 'L',
|
||||
value: 3,
|
||||
short: 'lt',
|
||||
},
|
||||
{
|
||||
label: 'Pezzi (p)',
|
||||
short: 'p',
|
||||
value: 4,
|
||||
short: 'pz',
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user