fix add/rem dmtx da UDC

This commit is contained in:
Samuele E. Locatelli
2015-12-22 12:07:58 +01:00
parent 7c03367878
commit 2b2bed8c87
2 changed files with 8 additions and 1 deletions
+8 -1
View File
@@ -589,13 +589,20 @@ namespace GMW.WebUserControls
Postazione.warningText = traduci("ERR-DTX-012");
Postazione.CssClass = cssErr;
}
else if (!isFree)
else if (!isFree && !chkDtxMode.Checked)
{
// non accetto Dtx e mostro errore
Postazione.messaggiText = barcodeIn;
Postazione.warningText = traduci("ERR-DTX-017");
Postazione.CssClass = cssErr;
}
else if (isFree && chkDtxMode.Checked)
{
// non accetto Dtx e mostro errore
Postazione.messaggiText = barcodeIn;
Postazione.warningText = traduci("ERR-DTX-018");
Postazione.CssClass = cssErr;
}
else // PROCEDO!!!
{
BIN
View File
Binary file not shown.