importe en venta hecho
This commit is contained in:
@@ -108,7 +108,7 @@ namespace compabetov2
|
||||
int numeroContador = int.Parse(txtStockAgregar.Text);
|
||||
txtStockAgregar.Text = (numeroContador - 1).ToString();
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
txtStockAgregar.Text = "0";
|
||||
}
|
||||
@@ -130,7 +130,7 @@ namespace compabetov2
|
||||
{
|
||||
int numeroContador = int.Parse(txtStockAgregar.Text);
|
||||
txtStockAgregar.Text = (numeroContador + 1).ToString();
|
||||
}catch (Exception ex)
|
||||
}catch (Exception)
|
||||
{
|
||||
txtStockAgregar.Text = "0";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user