From f27a0fece07f746816b97439b55495bf2df62264 Mon Sep 17 00:00:00 2001 From: ReganMakanga <89488577+ReganMakanga@users.noreply.github.com> Date: Thu, 2 Jun 2022 20:04:53 +0300 Subject: [PATCH] RA-1758:Changed ng-focus and ng -click directives calls to otherFieldFocus() method with ng-show --- omod/src/main/webapp/pages/allergy.gsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/omod/src/main/webapp/pages/allergy.gsp b/omod/src/main/webapp/pages/allergy.gsp index 476c65a..f57ac8b 100644 --- a/omod/src/main/webapp/pages/allergy.gsp +++ b/omod/src/main/webapp/pages/allergy.gsp @@ -79,14 +79,14 @@ ${ ui.includeFragment("allergyui", "removeAllergyDialog") } <% } %> - + <% if (allergen.id == otherNonCodedConcept.id) { %> <% if(typeName == 'DRUG') { %> - + <% } else {%> - + <% } %> <% } %> @@ -104,7 +104,7 @@ ${ ui.includeFragment("allergyui", "removeAllergyDialog") } <% if (reaction.id == otherNonCodedConcept.id) { %> - value="${allergy.reactionNonCoded}" <% } %>/> + value="${allergy.reactionNonCoded}" <% } %>/> <% } %> <% } %>