Terminado modulo proveedores

This commit is contained in:
Jaime Jiménez
2023-08-05 17:51:32 +02:00
parent 121b270dd0
commit 2e820fb12b
3 changed files with 7 additions and 2 deletions

View File

@ -204,7 +204,7 @@ class Proveedores extends \App\Controllers\GoBaseResourceController {
$this->viewData['provinciaList'] = $this->getProvinciaListItems($proveedorEntity->provincia_id ?? null);
$this->viewData['paisList'] = $this->getPaisListItems();
$this->viewData['formAction'] = route_to('updateProveedor', $id);
$this->viewData['formAction'] = route_to('updateProveedor', $id);
$this->viewData['boxTitle'] = lang('Basic.global.edit2').' '.lang('Proveedores.moduleTitle').' '.lang('Basic.global.edit3');