Arreglado el idioma en tablas tarifas acabado, manp y preimp

This commit is contained in:
Jaime Jiménez
2023-05-16 14:30:32 +02:00
parent dd9686d966
commit 2cac0df34f
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,7 @@ class Tarifaacabado extends \App\Controllers\GoBaseController {
public function initController(\CodeIgniter\HTTP\RequestInterface $request, \CodeIgniter\HTTP\ResponseInterface $response, \Psr\Log\LoggerInterface $logger) {
$this->viewData['pageTitle'] = lang('Tarifaacabado.moduleTitle');
$this->isDelete = true;
parent::initController($request, $response, $logger);
}