Refresh x aggiornamento tabelle
This commit is contained in:
@@ -64,8 +64,8 @@ namespace NKC_WF.WebUserControls
|
||||
// se ho valori --> controllo se corretto...
|
||||
else
|
||||
{
|
||||
string codReq = nextTbl[0].MaterExtCode;
|
||||
if (codReq == decoData.code)
|
||||
string codReq = nextTbl[0].MatExtCode.ToString();
|
||||
if (codReq == decoData.codeInt.ToString())
|
||||
{
|
||||
cmp_barcode.showOutput("badge badge-success", $"SHEET RECORDED: {decoData.description}");
|
||||
// chiamo stored x indicare preparato
|
||||
|
||||
Reference in New Issue
Block a user