Compare commits
2 Commits
d831ed5cee
...
ad683a587e
| Author | SHA1 | Date |
|---|---|---|
|
|
ad683a587e | |
|
|
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