solucionado. También corregidos añadir margen en envios de cliente y problema al cargar cubierta con solapas

This commit is contained in:
2025-04-05 10:25:08 +02:00
parent 87dcd73c40
commit 73e6106e4f
4 changed files with 116 additions and 65 deletions

View File

@ -548,10 +548,10 @@ class DatosLibro {
this.updateComparador();
const url2 = window.location.href;
const url_parts2 = url2.split('/');
const url = window.location.href;
if (url_parts2[url_parts2.length - 2] == 'edit') {
if (url.includes('edit')) {
$(document).trigger('update-presupuesto', {
update_lineas: true,
update_servicios: true,