FIX: Pie cuotas vigentes
This commit is contained in:
@ -400,7 +400,6 @@ class Venta
|
||||
$pago = $venta->resciliacion();
|
||||
$this->pagoService->delete($pago);
|
||||
$estado = $venta->currentEstado();
|
||||
error_log(var_export($estado,true));
|
||||
$this->estadoVentaRepository->remove($estado);
|
||||
$this->ventaRepository->edit($venta, ['resciliacion' => null]);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user