falta rellenar presupuesto

This commit is contained in:
Jaime Jiménez
2023-12-19 15:15:08 +01:00
parent 19d3cdd163
commit 9e97329abf
12 changed files with 213 additions and 42 deletions

View File

@ -80,7 +80,8 @@
<th><?= lang('TarifasEnviosPrecios.tipoEnvio') ?></th>
<th><?= lang('TarifasEnviosPrecios.pesoMin') ?></th>
<th><?= lang('TarifasEnviosPrecios.pesoMax') ?></th>
<th><?= lang('TarifasEnviosPrecios.precio') ?></th>
<th><?= lang('TarifasEnviosPrecios.precio_min') ?></th>
<th><?= lang('TarifasEnviosPrecios.precio_max') ?></th>
<th><?= lang('TarifasEnviosPrecios.precioAdicional') ?></th>
<th><?= lang('TarifasEnviosPrecios.margen') ?></th>
<th style="min-width:100px"></th>
@ -348,7 +349,9 @@ const lastColNr2 = $('#tableOfPrecios').find("tr:first th").length - 1;
}, {
name: "peso_max"
}, {
name: "precio"
name: "precio_min"
}, {
name: "precio_max"
}, {
name: "precio_adicional",
def: 0
@ -453,7 +456,8 @@ const lastColNr2 = $('#tableOfPrecios').find("tr:first th").length - 1;
},
{ 'data': 'peso_min' },
{ 'data': 'peso_max' },
{ 'data': 'precio' },
{ 'data': 'precio_min' },
{ 'data': 'precio_max' },
{ 'data': 'precio_adicional' },
{ 'data': 'margen' },
{