Cuotas con detalle de UF y de Pies asociados
This commit is contained in:
@ -83,6 +83,10 @@ class Venta extends Service
|
||||
{
|
||||
return $this->ventaRepository->fetchByIdForList($venta_id);
|
||||
}
|
||||
public function getByPie(int $pie_id): Model\Venta
|
||||
{
|
||||
return $this->process($this->ventaRepository->fetchByPie($pie_id));
|
||||
}
|
||||
|
||||
protected function process(Model\Venta $venta): Model\Venta
|
||||
{
|
||||
|
Reference in New Issue
Block a user