Update sel quantità e imballi

This commit is contained in:
Samuele E. Locatelli
2017-10-31 10:28:03 +01:00
parent 5ae41f2040
commit 26e394d8a0
6 changed files with 47 additions and 18 deletions
+4 -3
View File
@@ -2447,7 +2447,6 @@ namespace GMW_data
tabella = taElencoListePrelievo.getByCodLista(CodLista);
riga = tabella[0];
trovate = tabella.Rows.Count;
// se la lista esiste...
if (trovate > 0)
{
@@ -2602,8 +2601,10 @@ namespace GMW_data
answ = esitoOperazione.errore;
}
}
catch
{ }
catch(Exception exc)
{
logger.lg.scriviLog(string.Format("Eccezione:{0}{1}", Environment.NewLine, exc), tipoLog.EXCEPTION);
}
return answ;
}
/// <summary>