cambios subidos

This commit is contained in:
jaimejimenezortega
2024-03-20 21:28:48 +01:00
parent 3145c36cd9
commit afce4b35e5
8 changed files with 5010 additions and 18 deletions

View File

@ -51,6 +51,7 @@
<th><?= lang('MaquinasTarifasImpresions.tipo') ?></th>
<th><?= lang('MaquinasTarifasImpresions.precio') ?></th>
<th><?= lang('MaquinasTarifasImpresions.margen') ?></th>
<th>is_deleted</th>
<th class="text-nowrap"><?= lang('Basic.global.Action') ?></th>
</tr>
</thead>
@ -489,6 +490,7 @@
},
{ 'data': 'precio' },
{ 'data': 'margen' },
{ 'data': 'is_deleted',},
{
data: actionBtns,
className: 'row-edit dt-center'
@ -496,6 +498,10 @@
],
columnDefs: [
{
target: 4,
visible: false
},
{
orderable: false,
searchable: false,