mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
corregido typo en papelInteriorDiferente
This commit is contained in:
@ -428,7 +428,7 @@ class DatosLibro {
|
||||
|
||||
|
||||
// para que se actualice el comparador
|
||||
if ($('#compGramajeSobrecubierta').select2('data').length > 0)
|
||||
if ($('#compGramajeSobrecubierta').select2('data') && $('#compGramajeSobrecubierta').select2('data').length > 0)
|
||||
$('#compGramajeSobrecubierta').trigger('change');
|
||||
|
||||
if (this.cargando)
|
||||
@ -446,7 +446,7 @@ class DatosLibro {
|
||||
changeAnchoSolapasFaja() {
|
||||
|
||||
// para que se actualice el comparador
|
||||
if ($('#compGramajeFaja').select2('data').length > 0) {
|
||||
if ($('#compGramajeFaja').select2('data') && $('#compGramajeFaja').select2('data').length > 0) {
|
||||
$('#compGramajeFaja').trigger('change');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user