diff --git a/GMW/Web.config b/GMW/Web.config index c6483fcc..0725c2a9 100644 --- a/GMW/Web.config +++ b/GMW/Web.config @@ -136,10 +136,6 @@ - - - - diff --git a/GMW/Web.config.devSP b/GMW/Web.config.devSP index 522346fd..32160130 100644 --- a/GMW/Web.config.devSP +++ b/GMW/Web.config.devSP @@ -140,10 +140,6 @@ - - - - diff --git a/GMW/Web.config.devTK b/GMW/Web.config.devTK index 4b7d3743..ad03bfe9 100644 --- a/GMW/Web.config.devTK +++ b/GMW/Web.config.devTK @@ -140,10 +140,6 @@ - - - - diff --git a/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx.cs b/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx.cs index a4891d91..b3351176 100644 --- a/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx.cs +++ b/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx.cs @@ -551,7 +551,7 @@ namespace GMW.WebUserControls try { // creo nuovo UDC del trattamento liquidi - newUdcChild = MagClass.magazzino.creaUdc(flusso, "", particolare, "", "", "", "", "", 0, codImballo, "U", codSogg, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.cdvi("IdxPosizioneLiquidi"), "IdxPosizioneLiquidi", memLayer.ML.confReadString("nuovoUdcLiquidiF10"), noteTrim, "", adesso.Year, Request.UserHostName); + newUdcChild = MagClass.magazzino.creaUdc(flusso, "", particolare, "", "", "", "", "", 0, codImballo, "U", codSogg, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.cdvi("IdxPosizioneLiquidi"), "IdxPosizioneLiquidi", memLayer.ML.cdv("nuovoUdcLiquidiF10"), noteTrim, "", adesso.Year, Request.UserHostName); // registro creazione nuovo UDC MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, Postazione.name, Postazione.IP, newUdcChild, particolare, "creaUDC", string.Format("Creato nuovo UDC Liquidi F10 - qta:{0} {1}", qta, noteTrim)); } @@ -574,7 +574,7 @@ namespace GMW.WebUserControls try { // creo UDC - MagClass.magazzino.creaUdc("TR", "", memLayer.ML.confReadString("particTratt"), "", "", "", "", "", 0, "", "U", MagClass.magazzino.CodSoggCurrUser, 0, 0, 0, DateTime.Now, 0, "Trattamenti", memLayer.ML.cdvi("IdxPosizioneTrattamenti"), "IdxPosizioneTrattamenti", memLayer.ML.confReadString("nuovoUdcTrattamenti"), flusso, newUdcParent, anno, Request.UserHostName); + MagClass.magazzino.creaUdc("TR", "", memLayer.ML.confReadString("particTratt"), "", "", "", "", "", 0, "", "U", MagClass.magazzino.CodSoggCurrUser, 0, 0, 0, DateTime.Now, 0, "Trattamenti", memLayer.ML.cdvi("IdxPosizioneTrattamenti"), "IdxPosizioneTrattamenti", memLayer.ML.cdv("nuovoUdcTrattamenti"), flusso, newUdcParent, anno, Request.UserHostName); } catch (Exception exc) { diff --git a/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.cs b/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.cs index cafabeaa..6f084feb 100644 --- a/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.cs +++ b/GMW/WebUserControls/mod_sanpos_creazioneF18.ascx.cs @@ -618,7 +618,7 @@ namespace GMW.WebUserControls try { // creo nuovo UDC del trattamento liquidi - newUdcChild = MagClass.magazzino.creaUdc(flusso, "", currParticolare, "", "", "", "", "", 0, memLayer.ML.cdv("CodImballoLiquidiDaSpedire"), "U", codSogg, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.cdvi("IdxPosizioneLiquidi"), "IdxPosizioneLiquidi", memLayer.ML.confReadString("nuovoUdcLiquidiF18"), noteTrim, "", adesso.Year, Request.UserHostName); + newUdcChild = MagClass.magazzino.creaUdc(flusso, "", currParticolare, "", "", "", "", "", 0, memLayer.ML.cdv("CodImballoLiquidiDaSpedire"), "U", codSogg, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.cdvi("IdxPosizioneLiquidi"), "IdxPosizioneLiquidi", memLayer.ML.cdv("nuovoUdcLiquidiF18"), noteTrim, "", adesso.Year, Request.UserHostName); // registro creazione nuovo UDC MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, Postazione.name, Postazione.IP, newUdcChild, particolare, "creaUDC", string.Format("Creato nuovo UDC Liquidi F18 - qta:{0} {1}", qta, noteTrim)); }