arreglados bug en el tamanio, al guardar cuando hay tamanio personalizado en en update tarifas enc horas

This commit is contained in:
2024-02-19 17:02:07 +01:00
parent ff323deccd
commit 40acf85725
3 changed files with 31 additions and 15 deletions

View File

@ -253,7 +253,7 @@ class PresupuestoEncuadernacionesModel extends \App\Models\GoBaseModel
array_push($ret_array,
(object)[
'tarifa_id'=> $tarifa['tarifa_id'],
'tarifa_id'=> $tarifa_proveedor->tarifa_enc_id,
'tarifa_nombre'=> $tarifa_proveedor->tarifa_enc_nombre,
'precio_unidad'=> $result_data[0],
'total'=> $result_data[1],