Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Fix return to visit from add imaging and lab.
Browse files Browse the repository at this point in the history
Fixes #605
  • Loading branch information
jkleinsc committed Sep 14, 2016
1 parent 685b5cb commit 7340272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/mixins/patient-list-route.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export default Ember.Mixin.create({
returnToPatient: function() {
this.controller.send('returnToPatient');
this.controller.send('closeModal');
},

returnToVisit: function() {
this.controller.send('returnToVisit');
}
},

Expand Down

0 comments on commit 7340272

Please sign in to comment.