mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
solucionado. También corregidos añadir margen en envios de cliente y problema al cargar cubierta con solapas
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user