corregido

This commit is contained in:
2025-03-12 18:05:27 +01:00
parent 6ff93a034c
commit c1ba45f124

View File

@ -132,6 +132,8 @@ class Presupuestocliente extends \App\Controllers\BaseResourceController
$this->viewData['boxTitle'] = lang('Basic.global.addNew') . ' ' . $this->viewData['pageTitle'] . ' ' . lang('Basic.global.addNewSuffix');
$this->viewData['serviciosExtra'] = $this->getServiciosExtra();
return $this->displayForm(__METHOD__);
} // end function add()