oh hell no

This commit is contained in:
fedpo
2024-09-08 18:46:32 +01:00
parent 393caac989
commit e3fd07a90a
105 changed files with 5743 additions and 232 deletions

View File

@@ -67,7 +67,7 @@ namespace Vista
var remito = new Remito
{
Proveedor = orden.Proveedor
Proveedor = orden.Proveedor,
};
foreach (var detalle in ControladoraRemito.Instance.ListarDetallesOrdenesDeCompra(orden))
{
@@ -76,7 +76,6 @@ namespace Vista
Cantidad = detalle.Cantidad,
Fecha = DateTime.Now,
Habilitado = true,
IdRemito = remito.Id,
Producto = detalle.Producto,
};
remito.AñadirLote(lote);