diff --git a/ApiPolo/Controllers/PoloController.cs b/ApiPolo/Controllers/PoloController.cs index b822295..01c1b03 100644 --- a/ApiPolo/Controllers/PoloController.cs +++ b/ApiPolo/Controllers/PoloController.cs @@ -6358,6 +6358,7 @@ namespace ApiPolo.Controllers await _VT_rapptable.SaveChangesAsync(); transactionVT.Commit(); } + // 27/02/2025 agggiunta gestione Vt_MagNew riga = 0; if (model.compo_add != null && model.compo_add.Count() > 0) { @@ -8801,6 +8802,7 @@ namespace ApiPolo.Controllers string ten2 = getClaimValueByToken(token, "tenant2"); string tenConf = getClaimValueByToken(token, "tenantConfigurazioni"); + //27/02/2025 aggiunta gestione Articoli if (tenConf.Equals(Clienti.VT)) { _articoliTable = _VT_articoliTable.Articoli;