- Aggiornamento template mail (tramite i campi in HTML)

- Aggiornato Carrello
This commit is contained in:
Surya Paolo
2023-12-28 00:50:42 +01:00
parent 6be8ccc906
commit d90b46c206
17 changed files with 354 additions and 237 deletions

View File

@@ -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',
},
],