Skip to content

Commit

Permalink
fixed stray bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed May 6, 2021
1 parent 76a53b2 commit 801b085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/pih/htmlforms/mentalHealth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@
if (returnVisitDate && returnVisitDate != getValue('return-visit-date.value')) {
setValue('return-visit-date.value',''); // reset return visit date if change to encounter date makes it invalid
alert('<uimessage code="pihcore.mentalhealth.returnVisitDateResetWarning"/>');
}-->
}
}
}-->

getField('encounterDate.value').change(setMinReturnVisitDate);

Expand Down

0 comments on commit 801b085

Please sign in to comment.