Skip to content

Commit

Permalink
fixing salary submission bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dilumn committed May 27, 2022
1 parent d69be8f commit 58b9ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/salaries/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
</div>

<div class="col-12 col-md-6 pb-3 d-block">
<%= f.check_box :company_base_outside, class: 'd-inline', checked: true %>
<%= f.label :company_base_outside, "Company has a legal entity in Sri Lanka? Yes", class: 'd-inline' %>
<%= f.check_box :company_base_lk, class: 'd-inline', checked: true %>
<%= f.label :company_base_lk, "Company has a legal entity in Sri Lanka? Yes", class: 'd-inline' %>
</div>
</div>

Expand Down

0 comments on commit 58b9ed0

Please sign in to comment.