This commit is contained in:
jaimejimenezortega
2024-06-28 20:45:41 +02:00
parent ca901b14f3
commit 1fb9977094
4 changed files with 1 additions and 17 deletions

View File

@ -27,7 +27,6 @@
<th><?= lang('Facturas.estadoPago') ?></th>
<th><?= lang('Facturas.formaPago') ?></th>
<th><?= lang('Facturas.vencimiento') ?></th>
<th><?= lang('Facturas.dias') ?></th>
<th class="text-nowrap"><?= lang('Basic.global.Action') ?></th>
</tr>
</thead>
@ -158,14 +157,6 @@
return '<?= lang('Facturas.confirming') ?>';
break;
case "contado":
return '<?= lang('Facturas.contado') ?>';
break;
case "contrareembolso":
return '<?= lang('Facturas.contrareembolso') ?>';
break;
case "giroDomiciliado":
return '<?= lang('Facturas.giroDomiciliado') ?>';
break;
@ -186,7 +177,6 @@
}
},
{ 'data': vencimiento },
{ 'data': dias }
{ 'data': actionBtns }
]
});