mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add mensajeria module to presupuesto cliente edit
This commit is contained in:
@ -156,7 +156,7 @@ class Presupuestocliente extends \App\Controllers\BaseResourceController
|
||||
$this->model->removeIsDuplicado($presupuestoEntity->id);
|
||||
}
|
||||
|
||||
|
||||
$this->viewData['presupuestoId'] = $presupuestoEntity->id;
|
||||
$this->viewData['boxTitle'] = lang('Basic.global.edit2') . ' ' . $this->viewData['pageTitle'] . ' ' . lang('Basic.global.edit3');
|
||||
|
||||
return $this->displayForm(__METHOD__, $id);
|
||||
|
||||
Reference in New Issue
Block a user