FIX: Pie cuotas vigentes

This commit is contained in:
2023-12-22 14:15:09 -03:00
parent 0829d338a9
commit 675b3843ea
7 changed files with 12 additions and 13 deletions

View File

@ -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;