From 9b83f6e722d9cc2c532cd17dbfb75b1c2853715f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Wed, 2 Apr 2025 19:44:54 +0200 Subject: [PATCH] hecha la modificacione --- .../js/safekat/pages/presupuestoAdmin/sections/datosLibro.js | 2 +- .../js/safekat/pages/presupuestoAdmin/sections/servicios.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js index b46ec1cd..ae7e402d 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js @@ -554,7 +554,7 @@ class DatosLibro { if (url_parts2[url_parts2.length - 2] == 'edit') { $(document).trigger('update-presupuesto', { update_lineas: true, - update_servicios: false, + update_servicios: true, update_envios: false, update_resumen: false, update_tiradas_alternativas: false diff --git a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/servicios.js b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/servicios.js index 24635c16..93293ed8 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/servicios.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/servicios.js @@ -1152,7 +1152,7 @@ class ServiciosEncuadernacion { let tarifa_data = []; for (let i = 0; i < tarifa_ids.length; i++) { - tarifa_data.push({ tarifa_id: tarifa_ids[i], proveedor_id: proveedor_ids[i], paginas_por_cuadernillo: cuadernillos[i] }); + tarifa_data.push({ tarifa_id: tarifa_ids[i], proveedor_id: null, paginas_por_cuadernillo: cuadernillos[i] }); } let tirada = 0;