error de cantidad

This commit is contained in:
carlos
2024-02-20 12:10:21 -06:00
parent e6ab38ca67
commit 8802d8978e
9 changed files with 64 additions and 61 deletions
-1
View File
@@ -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();