Skip to content

Commit

Permalink
Admin panel - add missing settings AllowCustomerToAddOrderNote
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Nov 8, 2021
1 parent b892338 commit 5219f6b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,18 @@
<span asp-validation-for="OrderSettings.CompleteOrderWhenDelivered"></span>
</div>
</div>
<div class="form-group">
<div class="col-8 col-md-4 col-sm-4 text-right">
<admin-label asp-for="OrderSettings.AllowCustomerToAddOrderNote" class="control-label" />
</div>
<div class="col-4 col-md-8 col-sm-8">
<label class="mt-checkbox mt-checkbox-outline control control-checkbox">
<admin-input asp-for="OrderSettings.AllowCustomerToAddOrderNote" />
<div class="control__indicator"></div>
</label>
<span asp-validation-for="OrderSettings.AllowCustomerToAddOrderNote"></span>
</div>
</div>
<div class="form-group">
<div class="col-8 col-md-4 col-sm-4 text-right">
<admin-label asp-for="OrderSettings.UserCanCancelUnpaidOrder" class="control-label" />
Expand Down

0 comments on commit 5219f6b

Please sign in to comment.