Inizio modifica reportistica scarti
This commit is contained in:
@@ -86,6 +86,9 @@ namespace MoonProTablet.WebUserControls
|
||||
/// </summary>
|
||||
public bool enableTabSetPzPallet = memLayer.ML.cdvb("enableTabSetPzPallet");
|
||||
|
||||
public string kSearchKeyExt = "keySearchOdl";
|
||||
public string kSearchOdl = "keySearchOdl";
|
||||
|
||||
#endregion Public Fields
|
||||
|
||||
#region Public Events
|
||||
@@ -228,7 +231,7 @@ namespace MoonProTablet.WebUserControls
|
||||
{
|
||||
memLayer.ML.setSessionVal("idxODL", value);
|
||||
// resetto cache redis
|
||||
if(value==0)
|
||||
if (value == 0)
|
||||
{
|
||||
DataLayerObj.emptyCurrODL(idxMacchina);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user