- Aggiornamento template mail (tramite i campi in HTML)

- Aggiornato Carrello
This commit is contained in:
Surya Paolo
2023-12-28 00:50:35 +01:00
parent 15d831eecc
commit f23047bcd5
10 changed files with 96 additions and 29 deletions

View File

@@ -348,22 +348,27 @@ module.exports = {
Units_Of_Measure_ListBox: [
{
label: '[Nessuno]',
short: '',
value: 0,
},
{
label: 'Grammi (g)',
short: 'g',
value: 1,
},
{
label: 'Chili (kg)',
short: 'Kg',
value: 2,
},
{
label: 'Litri (l)',
label: 'Litri (L)',
short: 'L',
value: 3,
},
{
label: 'Pezzi (p)',
short: 'p',
value: 4,
},
],