venta envio lista y bug del stcok en vender arreglado
This commit is contained in:
@@ -20,5 +20,10 @@ namespace compabetov2.database.modelos
|
||||
this.idVenta = id;
|
||||
this.total = total;
|
||||
}
|
||||
|
||||
public DetalleEnvioModel convertirADetalleEnvio()
|
||||
{
|
||||
return new DetalleEnvioModel(-1,this.producto,this.cantidad);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user