Inizio modifica reportistica scarti

This commit is contained in:
Samuele Locatelli
2021-05-14 19:50:29 +02:00
parent 70a404ef8b
commit f22a1830a7
15 changed files with 556 additions and 267 deletions
+4 -1
View File
@@ -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);
}