|
|
@ -950,6 +950,20 @@ $('#destinazioneinazione input').on('change', function(){ |
|
|
|
checkIfDisableInfrastrutture(); |
|
|
|
checkIfDisableInfrastrutture(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('#<portlet:namespace/>lavoriPubbliciCheckbox').on('change', function() { |
|
|
|
|
|
|
|
var _this = $(this), |
|
|
|
|
|
|
|
checked = _this.prop('checked'), |
|
|
|
|
|
|
|
esenteBolloCkBx = $('#<portlet:namespace/>normEsenteBolloCheckbox'), |
|
|
|
|
|
|
|
esenteBolloInput = $('#<portlet:namespace/>normEsenteBollo'), |
|
|
|
|
|
|
|
esenteSpeseCkBx = $('#<portlet:namespace/>normEsenteSpeseCheckbox'), |
|
|
|
|
|
|
|
esenteSpeseInput = $('#<portlet:namespace/>normEsenteSpese'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
esenteBolloCkBx.prop("checked", checked); |
|
|
|
|
|
|
|
esenteBolloInput.val(checked); |
|
|
|
|
|
|
|
esenteSpeseCkBx.prop("checked", checked); |
|
|
|
|
|
|
|
esenteSpeseInput.val(checked); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
$('#<portlet:namespace/>normDpr input[type=checkbox]').change(function() { |
|
|
|
$('#<portlet:namespace/>normDpr input[type=checkbox]').change(function() { |
|
|
|
|
|
|
|
|
|
|
|
var _this = $(this), |
|
|
|
var _this = $(this), |
|
|
|