Cambiado pais por referencia cliente en el buscador de presupuestos

This commit is contained in:
Ignacio Martinez Navajas
2025-05-14 20:38:39 +02:00
parent 1991691533
commit 22bdb9b960
3 changed files with 5 additions and 6 deletions

View File

@ -23,7 +23,7 @@
<th><?= lang('Clientes.cliente') ?></th>
<th><?= lang('Presupuestos.comercial') ?></th>
<th><?= lang('Presupuestos.titulo') ?></th>
<th><?= lang('Paises.pais') ?></th>
<th><?= lang('Presupuestos.referenciaCliente') ?></th>
<th><?= lang('Presupuestos.incRei') ?></th>
<th class='noFilter'><?= lang('Presupuestos.paginas') ?></th>
<th class='noFilter'><?= lang('Presupuestos.tirada') ?></th>
@ -245,7 +245,7 @@ theTable = $('#tableOfPresupuestos').DataTable({
{ 'data': 'cliente' },
{ 'data': 'comercial' },
{ 'data': 'titulo' },
{ 'data': 'pais' },
{ 'data': 'refCliente' },
{ 'data': 'inc_rei' },
{ 'data': 'paginas',render : (d) => `<span class="autonumeric">${d}</span>` },
{ 'data': 'tirada' ,render : (d) => `<span class="autonumeric">${d}</span>` },