Listado de libros de catalogo

This commit is contained in:
unknown
2025-04-13 09:46:47 +02:00
parent 5e8da603f9
commit e2da90926d
10 changed files with 673 additions and 12 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace App\Models;
namespace App\Models\Catalogo;
use CodeIgniter\Model;
use App\Entities\Catalogo\CatalogoLibro;
@ -92,10 +92,10 @@ class CatalogoLibroModel extends Model
->table($this->table . " t1")
->select(
"t1.id AS id,
t1.nombre AS nombre,
t1.code AS cliente,
t1.titulo AS titulo,
t1.edicion AS edicion,
t1.cliente_id AS cliente,
t1.titulo AS titulo,
t1.num_edic AS edicion,
t1.autor AS autor,
t1.isbn AS isbn,
t1.ean AS ean,