diff --git a/omod/src/main/webapp/resources/htmlforms/082a-ExposedInfantClinicalChart-SummaryPage.xml b/omod/src/main/webapp/resources/htmlforms/082a-ExposedInfantClinicalChart-SummaryPage.xml index 5c56e3fd1..c3e18aa74 100644 --- a/omod/src/main/webapp/resources/htmlforms/082a-ExposedInfantClinicalChart-SummaryPage.xml +++ b/omod/src/main/webapp/resources/htmlforms/082a-ExposedInfantClinicalChart-SummaryPage.xml @@ -162,13 +162,14 @@ enable_disable_pcr1(jq(this)); }); + /*TODO:fixing enable disable for PCRs jq('[class^="PCRTestResultEnableDisable"]').change(function () { enable_disable_pcr_test_result(jq(this)); }); jq('[class^="PCRTestResultEnableDisable"]').each(function () { enable_disable_pcr_test_result(jq(this)); - }); + });*/ }); }