Update sel quantità e imballi
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user