asdas
This commit is contained in:
@@ -67,14 +67,12 @@ namespace Vista
|
||||
|
||||
var remito = new Remito
|
||||
{
|
||||
Id = Convert.ToInt32(numId.Value),
|
||||
Proveedor = orden.Proveedor
|
||||
};
|
||||
foreach (var detalle in ControladoraRemito.Instance.ListarDetallesOrdenesDeCompra(orden))
|
||||
{
|
||||
Lote lote = new Lote
|
||||
{
|
||||
Id = detalle.Id,
|
||||
Cantidad = detalle.Cantidad,
|
||||
Fecha = DateTime.Now,
|
||||
Habilitado = true,
|
||||
|
||||
Reference in New Issue
Block a user