mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
corregido error en presupuestosencuadernaciones para saber si es pod
This commit is contained in:
@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user