disable netweight
This commit is contained in:
parent
995fa050ef
commit
b6ceb6fc29
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
|
||||
@model Nop.Plugin.Misc.FruitBankPlugin.Models.ProductAttributesModel
|
||||
@model Nop.Plugin.Misc.FruitBankPlugin.Models.ProductAttributesModel
|
||||
|
||||
<div class="card card-default">
|
||||
<div class="card-header">
|
||||
|
|
@ -23,11 +21,12 @@
|
|||
<nop-label asp-for="NetWeight" />
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<nop-editor asp-for="NetWeight" />
|
||||
<nop-editor contenteditable="@Model.IsMeasurable" asp-for="NetWeight" />
|
||||
<span asp-validation-for="NetWeight"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="col-md-3">
|
||||
<nop-label asp-for="IncomingQuantity" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue