Skip to content

Commit

Permalink
Fix FBR-609 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardohildt authored Feb 22, 2024
1 parent 1c7ce16 commit 01e6f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/prequalifications/newgroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
<th>{{'label.input.name'|translate}}</th>
<th>{{'label.input.dpi'|translate}}</th>
<th>{{'label.input.dateofbirth'|translate}}</th>
<th>{{'label.input.work.with.puente' | translate}}</th>
<th>{{'label.input.amount.requested'|translate}}</th>
<th>{{'label.input.work.with.puente' | translate}}</th>
<th ng-if="groupingType != 'individual'">{{'label.input.president'|translate}}</th>
<th></th>
</tr>
Expand Down

0 comments on commit 01e6f7c

Please sign in to comment.