Skip to content

Commit

Permalink
Fix - Ajout du NotSubjectToVat pour l'edit producer sur Manage
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Nov 23, 2020
1 parent cadcf00 commit 6fc4255
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sheaft.Web.Manage/Views/Producers/Edit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
@Html.CheckBoxFor(m => m.OpenForNewBusiness, new { @class = "form-check-input" })
@Html.LabelFor(m => m.OpenForNewBusiness, new { @class = "form-check-label" })
</div>
<div class="form-check">
@Html.CheckBoxFor(m => m.NotSubjectToVat, new { @class = "form-check-input" })
@Html.LabelFor(m => m.NotSubjectToVat, new { @class = "form-check-label" })
</div>
</div>
<div class="col-md-6">
<h4>Address</h4>
Expand Down

0 comments on commit 6fc4255

Please sign in to comment.