Skip to content

Commit

Permalink
Merge pull request #182 from dimagi/pkv/fix-add-budget-existing-users…
Browse files Browse the repository at this point in the history
…-names

Add name to the add visit existing users form
  • Loading branch information
pxwxnvermx authored Oct 26, 2023
2 parents fc7125c + 41d2cc6 commit eb28f22
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h4>Adding Visits for Existing Users</h4>
<tr>
<th></th>
<th>Name</th>
<th>Username</th>
<th>Max Visits</th>
<th>Used Visits</th>
<th>End date</th>
Expand All @@ -43,6 +44,7 @@ <h4>Adding Visits for Existing Users</h4>
x-model="selected_users"
class="form-check-input {% if form.selected_users.errors %}is-invalid{% endif %}"/>
</td>
<td>{{ opp_claim.opportunity_access.user.name }}</td>
<td>{{ opp_claim.opportunity_access.user.username }}</td>
<td>{{ opp_claim.max_payments }}</td>
<td>{{ opp_claim.opportunity_access.visit_count }}</td>
Expand Down

0 comments on commit eb28f22

Please sign in to comment.