Skip to content

Commit

Permalink
make hospital number required in the reconciliation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Dec 3, 2017
1 parent e8027f9 commit 4e6a841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intrahospital_api/templates/pathway/reconcile.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h3 class="text-center">{% icon "fa fa-chevron-down" %}From</h3>
</div>
<div class="col-md-6">
<h3 class="text-center">To {% icon "fa fa-chevron-down" %}</h3>
{% input "autofocus" field="Demographics.hospital_number" %}
{% input "autofocus" field="Demographics.hospital_number" required=True %}
{% input field="Demographics.nhs_number" label="NHS Number" %}
{% select field="Demographics.title" %}
{% input field="Demographics.first_name" %}
Expand Down

0 comments on commit 4e6a841

Please sign in to comment.