From 47d479ca7e2a3fd70951a4fa3c0ed68b4d546393 Mon Sep 17 00:00:00 2001 From: michele Date: Thu, 27 Feb 2025 09:59:12 +0100 Subject: [PATCH] michele:aggiunti commenti --- ApiPolo/Controllers/PoloController.cs | 2 ++ 1 file changed, 2 insertions(+) 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;