diff --git a/ci4/.env b/ci4/.env
index 7541e4d4..c6225611 100755
--- a/ci4/.env
+++ b/ci4/.env
@@ -22,8 +22,8 @@ CI_ENVIRONMENT = development
# APP
#--------------------------------------------------------------------
-app.baseURL = 'https://sk-jjo.imnavajas.es'
-# app.baseURL = 'https://sk-imn.imnavajas.es'
+# app.baseURL = 'https://sk-jjo.imnavajas.es'
+app.baseURL = 'https://sk-imn.imnavajas.es'
# app.baseURL = "http://safekat.test/"
# app.forceGlobalSecureRequests = false
diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_lineasPresupuestoItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_lineasPresupuestoItems.php
index f2335088..e6a5b498 100755
--- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_lineasPresupuestoItems.php
+++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_lineasPresupuestoItems.php
@@ -1403,9 +1403,11 @@ function fill_lp_bn(row, fromComparator=false){
updateTotales()
}
-
$('#lp_bn').css('display', '')
$("#tableLineasPresupuesto").DataTable().columns.adjust();
+
+ getVisibleTabs(); // Update preview UI
+
}
= $this->endSection() ?>
@@ -1645,6 +1647,9 @@ function fill_lp_color(row, fromComparator=false){
$('#lp_color').css('display', '')
$("#tableLineasPresupuesto").DataTable().columns.adjust();
+
+ getVisibleTabs(); // Update preview UI
+
}
= $this->endSection() ?>
@@ -1883,6 +1888,8 @@ function fill_lp_bnhq(row, fromComparator=false){
$('#lp_bnhq').css('display', '')
$("#tableLineasPresupuesto").DataTable().columns.adjust();
+
+ getVisibleTabs(); // Update preview UI
}
= $this->endSection() ?>
@@ -2123,6 +2130,9 @@ function fill_lp_colorhq(row, fromComparator=false){
$('#lp_colorhq').css('display', '')
$("#tableLineasPresupuesto").DataTable().columns.adjust();
+
+ getVisibleTabs(); // Update preview UI
+
}
= $this->endSection() ?>
@@ -2471,6 +2481,9 @@ function fill_lp_rot_bn(row, fromComparador=false){
$('.lp_rot_bn').css('display', '')
$("#tableLineasPresupuesto").DataTable().columns.adjust();
+
+ getVisibleTabs(); // Update preview UI
+
}
= $this->endSection() ?>
@@ -2829,6 +2842,9 @@ function fill_lp_rot_color(row, fromComparador=false){
$('.lp_rot_color').css('display', '')
$("#tableLineasPresupuesto").DataTable().columns.adjust();
+
+ getVisibleTabs(); // Update preview UI
+
}
= $this->endSection() ?>
@@ -3110,6 +3126,9 @@ function fill_lp_cubierta(row, fromComparador=false){
$('.lp_cubierta').css('display', '')
$("#tableLineasPresupuesto").DataTable().columns.adjust();
+
+ getVisibleTabs(); // Update preview UI
+
}
diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_previewItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_previewItems.php
index 9bcbc8c9..a7037198 100755
--- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_previewItems.php
+++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_previewItems.php
@@ -16,7 +16,7 @@