Primeros cambios en cosido tapa blanda 2

This commit is contained in:
Jaime Jimenez
2023-09-08 12:32:39 +02:00
parent d2646aebbc
commit 10c81d7844
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<?= $this->section('additionalExternalJs') ?>
<script src="https://cdn.jsdelivr.net/npm/moment@2.24.0/min/moment-with-locales.min.js"></script>
<script src="https://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.12.1/js/dataTables.bootstrap5.min.js"></script>
<script src="https://cdn.datatables.net/1.12.1/js/dataTables.bootstrap5.js"></script>
<?= $this->endSection() ?>

View File

@ -19,7 +19,7 @@
<thead>
<tr>
<th><?=lang('Presupuestos.id')?></th>
<th><?= lang('Presupuestos.updatedAt') ?></th>
<th><?= lang('Presupuestos.created_at') ?></th>
<th><?= lang('Clientes.cliente') ?></th>
<th><?= lang('Presupuestos.comercial') ?></th>
<th><?= lang('Presupuestos.titulo') ?></th>