bajar cambios

This commit is contained in:
carlos
2024-02-03 06:58:01 -06:00
parent d439cb5fbb
commit bfb0a71b42
16 changed files with 308 additions and 12 deletions
-1
View File
@@ -1110,7 +1110,6 @@ namespace compabetov2.database
}
foreach (DetalleCuentaModel detalleCuenta in detallesCuentas)
{
MessageBox.Show(detalleCuenta.producto.idProducto.ToString());
SQLiteCommand commandEmpleado = new SQLiteCommand(sqlDetalle, conexion);
commandEmpleado.Parameters.AddWithValue("@idVenta", idVenta);
commandEmpleado.Parameters.AddWithValue("@idProducto", detalleCuenta.producto.idProducto);