quitada faja color de la lista de items

This commit is contained in:
2025-01-15 09:33:02 +01:00
parent 2fc1c637ed
commit f6684563cf
2 changed files with 0 additions and 14 deletions

View File

@ -49,7 +49,6 @@ class DatosLibro {
this.retractilado = this.domItem.find('#retractilado');
this.retractilado5 = this.domItem.find('#retractilado5');
this.imprimirFajaColor = this.domItem.find('#fajaColor');
this.prototipo = this.domItem.find('#prototipo');
this.ferro = this.domItem.find('#ferro');
this.ferroDigital = this.domItem.find('#ferroDigital');
@ -427,7 +426,6 @@ class DatosLibro {
this.retractilado.prop('checked', datos.retractilado);
this.retractilado5.prop('checked', datos.retractilado5);
this.imprimirFajaColor.prop('checked', datos.fajaColor);
this.prototipo.prop('checked', datos.prototipo);
this.ferro.prop('checked', datos.ferro);
this.ferroDigital.prop('checked', datos.ferroDigital);