error de cantidad
This commit is contained in:
@@ -811,7 +811,6 @@ namespace compabetov2.database
|
||||
commandEmpleado.ExecuteNonQuery();
|
||||
|
||||
SQLiteCommand commandProdcutoStock = new SQLiteCommand(sqlProductoStock, conexion);
|
||||
MessageBox.Show(detalleVenta.producto.fkProducto.ToString());
|
||||
commandProdcutoStock.Parameters.AddWithValue("@idproducto", detalleVenta.producto.fkProducto);
|
||||
SQLiteDataReader stockReader = commandProdcutoStock.ExecuteReader();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user