michele:aggiunti commenti

This commit is contained in:
michele 2025-02-27 09:59:12 +01:00
parent 01eecd707d
commit 47d479ca7e

View File

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