Skip to content

Commit

Permalink
Update justification header, remove payor code (#170)
Browse files Browse the repository at this point in the history
from business name dropdown
  • Loading branch information
sophia-massie authored Jun 21, 2023
1 parent ee1d2ec commit 6027b55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h4>Extension Information</h4>
<select name='business-name_1' required='required' class="choicefield" id='business-name_1'>
{% for submitter in submitters %}
<option class="dropdown-text" value={{submitter.submitter_id}}>{{submitter.org_name}} - ID:
{{submitter.submitter_id}} Payor Code: {{submitter.payor_code}}</option>
{{submitter.submitter_id}}</option>
{% endfor %}
</select>
</div>
Expand Down Expand Up @@ -101,7 +101,7 @@ <h4 id="extension-header_5" style="display:none">

<hr />

<h4>Request Justification</h4>
<h4>Request and Justification</h4>

<div class="field-wrapper textarea required">
Provide rationale for the exception request, outlining the reasons why the
Expand Down

0 comments on commit 6027b55

Please sign in to comment.