Skip to content

Commit

Permalink
- Added unitOfMeasurement to the InventoryItem view
Browse files Browse the repository at this point in the history
  • Loading branch information
24198 committed Jul 7, 2020
1 parent b5ab255 commit 34cb160
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
'title': 'marello.product.product_information'|trans
}) }}
</div>
<div class="box-type1">
<div class="title">
<span class="widget-title">{{ 'marello.inventory.inventoryitem.section.unit_of_measurement.label'|trans }}</span>
</div>
<div class="widget-content">
<div class="row-fluid form-horizontal">
<div class="responsive-block">
{{ UI.renderProperty('marello.inventory.inventoryitem.unit_of_measurement.label'|trans, entity.unitOfMeasurement|default('N/A')) }}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 34cb160

Please sign in to comment.