This commit is contained in:
Samuele E. Locatelli
2015-06-30 19:20:23 +02:00
parent 2de85e5fa4
commit a9fae59e2f
10 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -101,11 +101,11 @@ namespace GMW.WebUserControls
if (memLayer.ML.QSS("RNC_Mode") == "rem")
{
attrRes = "NC";
attr2chk = "DE";
attr2chk = "DC";
}
else
{
attrRes = "DE";
attrRes = "DC";
attr2chk = "NC";
}
if (checkUDC(barcodeIn, attrRes, attr2chk))
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.