modificado

This commit is contained in:
2025-04-02 18:38:48 +02:00
parent 0f5e8a223b
commit a481375028
3 changed files with 25 additions and 14 deletions

View File

@ -18,6 +18,7 @@ return [
'cantidad' => 'Cantidad',
'proveedor' => 'Proveedor',
'precio' => 'Precio',
'costePrecio' => 'Coste/Precio',
'saveDirection' => 'Guardar en direcciones de cliente',
'entregaPieCalle' => 'Entrega a pie de calle (enviado en palets)',
'validation' => [

View File

@ -36,7 +36,7 @@
<th class="lp-header"><?= lang('PresupuestosDirecciones.telefono') ?></th>
<th class="lp-header"><?= lang('PresupuestosDirecciones.proveedor') ?></th>
<th class="lp-header">Proveedor_id</th>
<th class="lp-header"><?= lang('PresupuestosDirecciones.precio') ?></th>
<th class="lp-header"><?= lang('PresupuestosDirecciones.costePrecio') ?></th>
<th class="lp-header"><?= lang('Tarifaacabado.margen') ?></th>
<th class="lp-header">Pallets?</th>
<th style="min-width:120px !important;" class="lp-header"><?= lang('Basic.global.Action') ?></th>