diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll index 28cf59c9..55cbba26 100644 Binary files a/GMW-RT/bin/GMW-RT.dll and b/GMW-RT/bin/GMW-RT.dll differ diff --git a/GMW-RT/bin/GMW_data.dll b/GMW-RT/bin/GMW_data.dll index 1e4bfc24..d1500c51 100644 Binary files a/GMW-RT/bin/GMW_data.dll and b/GMW-RT/bin/GMW_data.dll differ diff --git a/GMW-RT/bin/SteamWare.dll b/GMW-RT/bin/SteamWare.dll index 50bd5ed7..e11641aa 100644 Binary files a/GMW-RT/bin/SteamWare.dll and b/GMW-RT/bin/SteamWare.dll differ diff --git a/GMW-UT/bin/GMW-UT.dll b/GMW-UT/bin/GMW-UT.dll index 1663013b..57c674ae 100644 Binary files a/GMW-UT/bin/GMW-UT.dll and b/GMW-UT/bin/GMW-UT.dll differ diff --git a/GMW-UT/bin/GMW_data.dll b/GMW-UT/bin/GMW_data.dll index 1e4bfc24..d1500c51 100644 Binary files a/GMW-UT/bin/GMW_data.dll and b/GMW-UT/bin/GMW_data.dll differ diff --git a/GMW-UT/bin/SteamWare.dll b/GMW-UT/bin/SteamWare.dll index 50bd5ed7..e11641aa 100644 Binary files a/GMW-UT/bin/SteamWare.dll and b/GMW-UT/bin/SteamWare.dll differ diff --git a/GMW/WebUserControls/mod_rimuoviNC.ascx.cs b/GMW/WebUserControls/mod_rimuoviNC.ascx.cs index 95df23a7..0e4f8491 100644 --- a/GMW/WebUserControls/mod_rimuoviNC.ascx.cs +++ b/GMW/WebUserControls/mod_rimuoviNC.ascx.cs @@ -147,7 +147,7 @@ namespace GMW.WebUserControls default: break; } - if (canRemDc) + if (canRemDc || memLayer.ML.QSS("RNC_Mode") != "rem") { // proseguo assegnado/togliendo attributo... DataProxy.obj.taUDC2NC.toggleDC(barcodeIn, valAttr, MagClass.magazzino.CodSoggCurrUser, modeAdd); diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index 4d18f976..3368b1f1 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll index 1e4bfc24..d1500c51 100644 Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ diff --git a/GMW/bin/SteamWare.dll b/GMW/bin/SteamWare.dll index 50bd5ed7..e11641aa 100644 Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ