Skip to content

Commit

Permalink
RA-1639 :- Fix Add Past Visit - End Date is not synchronized with the…
Browse files Browse the repository at this point in the history
… start date (#245)
  • Loading branch information
Ayeshmantha Perera authored and ssmusoke committed Oct 27, 2019
1 parent c36c20f commit 5789acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
jq(function(){
// TODO: for retrospective visits dialog, hack to set the end date when selecting a start date
// TODO: move this!
jq('#retrospectiveVisitStartDate').change(function() {
jQuery('#retrospectiveVisitStartDate').change(function() {
jq('#retrospectiveVisitStopDate-display').val(jq('#retrospectiveVisitStartDate-display').val());
jq('#retrospectiveVisitStopDate-field').val(jq('#retrospectiveVisitStartDate-field').val());
});
Expand Down

0 comments on commit 5789acc

Please sign in to comment.