mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Add UOM to Item View with Price
This commit is contained in:
2
erpnext/public/js/pos/pos_item.html
Normal file → Executable file
2
erpnext/public/js/pos/pos_item.html
Normal file → Executable file
@@ -25,7 +25,7 @@
|
||||
{% } %}
|
||||
</div>
|
||||
<span class="price-info">
|
||||
{{item_price}}
|
||||
{{item_price}} / {{item_uom}}
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user