diff --git a/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs b/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs index e5484452..0e50516e 100644 --- a/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs +++ b/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs @@ -75,6 +75,11 @@ namespace GMW.WebUserControls fixStorico(); // imposto pos abilitata x cancellazione mod_storicoAzioniOperatore1.idxPosizione2del = memLayer.ML.confReadInt("IdxPosizioneAnime"); + // se c'รจ imposto linea da sessione + if (currCodLinea != "") + { + checkSelDDL(currCodLinea, false); + } } doChecks(); mod_storicoAzioniOperatore1.eh_stampa += new EventHandler(mod_storicoAzioniOperatore1_eh_stampa);