corregido error en presupuestosencuadernaciones para saber si es pod

This commit is contained in:
2024-11-13 18:03:13 +01:00
parent b6e9ee5f3e
commit 72a7010eee
2 changed files with 5 additions and 2 deletions

View File

@ -258,6 +258,7 @@ class PresupuestoCliente {
default:
break;
}
$('html, body').animate({ scrollTop: 0 }, 'slow');
}
@ -534,6 +535,7 @@ class PresupuestoCliente {
default:
break;
}
$('html, body').animate({ scrollTop: 0 }, 'slow');
}
@ -541,6 +543,7 @@ class PresupuestoCliente {
if (this.validationStepper._currentIndex >= 1 && this.validationStepper._currentIndex <= 4) {
this.validationStepper.previous();
}
$('html, body').animate({ scrollTop: 0 }, 'slow');
}