mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
cambiado el orden y el título
This commit is contained in:
@ -6,8 +6,8 @@ return [
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Tarifa Encuadernación Lineas',
|
||||
'deleteLine' => 'el registro seleccionado',
|
||||
'precioMax' => 'Precio Max',
|
||||
'precioMin' => 'Precio Min',
|
||||
'precioMax' => 'Precio Pág. Max',
|
||||
'precioMin' => 'Precio Pág. Min',
|
||||
'tiempoMin' => 'Tiempo Min',
|
||||
'tiempoMax' => 'Tiempo Max',
|
||||
'precioHora' => 'Precio/hora',
|
||||
|
||||
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user