arreglado el name del input en el evento

This commit is contained in:
2025-10-20 17:18:33 +02:00
parent 4e96514029
commit b2e5dcac9b

View File

@ -836,7 +836,7 @@ export default class PresupuestoWizard {
});
$(document).on('change', 'input[name="papelInterior"]', (e) => {
$(document).on('change', 'input[name="papel-interior"]', (e) => {
if (!$(e.target).is(':checked'))
return;