mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-12 16:38:48 +00:00
arreglado el name del input en el evento
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user