mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en cubierta
This commit is contained in:
@ -570,8 +570,11 @@ class DatosGenerales {
|
||||
this.formatoEstandar.removeClass('d-none');
|
||||
this.formatoPersonalizado.addClass('d-none');
|
||||
}
|
||||
const alto = this.getDimensionLibro().alto;
|
||||
$('#altoFaja').closest('.config-faja').find('.form-text').text('Entre 50 y ' + alto + ' mm');
|
||||
const dimensionLibro = this.getDimensionLibro();
|
||||
if (dimensionLibro && dimensionLibro.alto) {
|
||||
|
||||
$('#altoFaja').closest('.config-faja').find('.form-text').text('Entre 50 y ' + dimensionLibro.alto + ' mm');
|
||||
}
|
||||
}
|
||||
|
||||
#checkValue(event) {
|
||||
|
||||
Reference in New Issue
Block a user