hay 1 bug en el mostrarstock
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Vista
|
||||
Id = Convert.ToInt32(numId.Value),
|
||||
Proveedor = orden.Proveedor
|
||||
};
|
||||
foreach (var detalle in orden.MostrarDetalles())
|
||||
foreach (var detalle in ControladoraRemito.Instance.ListarDetallesOrdenesDeCompra(orden))
|
||||
{
|
||||
Lote lote = new Lote
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user