Add UOM to Item View with Price

This commit is contained in:
Valmik Jangla
2018-05-17 00:02:03 -07:00
parent d2f0d08234
commit b52d5b21a1
2 changed files with 2 additions and 1 deletions

2
erpnext/public/js/pos/pos_item.html Normal file → Executable file
View File

@@ -25,7 +25,7 @@
{% } %}
</div>
<span class="price-info">
{{item_price}}
{{item_price}} / {{item_uom}}
</span>
</a>
</div>