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

Commit

Permalink
Add Requested By to the edit screen
Browse files Browse the repository at this point in the history
  • Loading branch information
clettenberg committed May 9, 2016
1 parent 95d53ee commit 4817ced
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/imaging/edit/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<p class="form-control-static">{{model.imagingType.name}}</p>
</div>
</div>
<div class="row">
<div class="form-group col-xs-12">
<label>{{t 'labels.requested_by'}}</label>
<p class="form-control-static">{{model.requestedBy}}</p>
</div>
</div>
{{/if}}
{{#if canComplete}}
{{select-or-typeahead property="radiologist"
Expand Down

0 comments on commit 4817ced

Please sign in to comment.