- aggiunta campi Gas data + fix

This commit is contained in:
Surya Paolo
2023-12-28 23:48:09 +01:00
parent ed76b9c1dd
commit 42d37d8209
11 changed files with 61 additions and 12 deletions

View File

@@ -407,11 +407,12 @@ export default defineComponent({
strris += addfield(col, 'link', rec, false); col++;
strris += addfield(col, 'perc_iva', rec, false); col++;
strris += addfield(col, 'price_acquistato', rec, true); col++;
strris += addfield(col, 'minBuyQty', rec, true); col++;
strris += addfield(col, 'minBuyQty', rec, false, true); col++;
strris += addfield(col, 'cat_name', rec, false); col++;
strris += addfield(col, 'producer_name', rec, false); col++;
strris += addfield(col, 'provider_name', rec, false); col++;
strris += addfield(col, 'magazzino_name', rec, false); col++;
strris += addfield(col, 'bookableQty', rec, false, true); col++;
strris += '} '
} else if (cmd === shared_consts.Cmd.CITIES_SERVER) {