feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
162 changed files with 560 additions and 6153 deletions
Showing only changes of commit 7d589e0e87 - Show all commits

View File

@ -164,15 +164,14 @@ class Invoice extends AbstractEndPoint
continue;
}
if ($ref === 'valor') {
/*$valor = 0;
$valor = 0;
if ($data['cuota']->pago->fecha <= $today) {
$valor = $data['cuota']->pago->valor();
}
if ($valor === 0) {
$valor = $data['cuota']->pago->valor / $data['venta']->uf;
}
$params[$key] = $valor;*/
$params[$key] = $data['cuota']->pago->valor;
$params[$key] = $valor;
continue;
}
if ($ref === 'datosCuota') {