feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
216 changed files with 728 additions and 9936 deletions
Showing only changes of commit 21473fe52c - Show all commits

View File

@ -164,14 +164,15 @@ 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] = $valor;*/
$params[$key] = $data['cuota']->pago->valor;
continue;
}
if ($ref === 'datosCuota') {