terminado y arreglado otros bugs

This commit is contained in:
jaimejimenezortega
2024-06-18 17:47:21 +02:00
parent e235165499
commit 5e876f07fb
5 changed files with 73 additions and 28 deletions

View File

@ -63,7 +63,7 @@ class PresupuestoServiciosExtraModel extends \App\Models\BaseModel
else{
$ret_array[] = (object)[
'tarifa_id'=> $tarifa_extra_id,
'tarifa_nombre'=> $modelTarifa->getNombreTarifaPreimpresion($tarifa_extra_id)[0]->nombre,
'tarifa_nombre'=> $modelTarifa->getNombreTarifaExtra($tarifa_extra_id)[0]->nombre,
'precio' => 0,
'margen' => 0,
];