mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
modificaciones
This commit is contained in:
@ -243,6 +243,7 @@ class Comparador {
|
||||
this.papelSobrecubierta.onChange(() => this.gramajeSobrecubierta.setVal(0))
|
||||
this.sobrecubierta.on('change', () => {
|
||||
if (this.sobrecubierta.val() == 1) {
|
||||
$('#solapas_sobrecubierta').prop('checked', true);
|
||||
$('#compPapelSobrecubierta').prop('disabled', false);
|
||||
$('#compGramajeSobrecubierta').prop('disabled', false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user