cambiado el orden y el título

This commit is contained in:
2024-04-23 10:53:09 +02:00
parent 8568320524
commit f60e420fb8
2 changed files with 6 additions and 6 deletions

View File

@ -47,10 +47,10 @@
<thead>
<tr>
<th><?= lang('TarifaEncuadernacionTiradas.proveedor') ?></th>
<th><?= lang('Tarifaencuadernacion.precioMin') ?></th>
<th><?= lang('Tarifaencuadernacion.importeFijo') ?></th>
<th><?= lang('TarifaEncuadernacionTiradas.tiradaMin') ?></th>
<th><?= lang('TarifaEncuadernacionTiradas.tiradaMax') ?></th>
<th><?= lang('Tarifaencuadernacion.precioMin') ?></th>
<th><?= lang('Tarifaencuadernacion.importeFijo') ?></th>
<th></th>
</tr>
</thead>
@ -744,10 +744,10 @@
return value['label'];
},
},
{ 'data': 'precio_min' },
{ 'data': 'importe_fijo' },
{ 'data': 'tirada_min' },
{ 'data': 'tirada_max' },
{ 'data': 'precio_min' },
{ 'data': 'importe_fijo' },
{
data: actionBtns,
className: 'row-edit dt-center'