Configurando logica de captacion del Excel

This commit is contained in:
unknown
2025-04-27 09:16:15 +02:00
parent ae456c8890
commit ff115f4f20
4 changed files with 129 additions and 40 deletions

View File

@ -45,7 +45,7 @@ class ImportadorCatalogo extends BaseResourceController
$viewData = [
'currentModule' => static::$controllerSlug,
'pageSubTitle' => lang('Basic.global.ManageAllRecords', [lang('Catalogo.catalogo')]),
'pageSubTitle' => lang('Basic.global.ManageAllRecords', [lang('Importador.importadorCatalogoTitle')]),
'catalogoLibrosEntity' => new CatalogoLibroEntity(),
'usingServerSideDataTable' => true,