mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 11:55:11 +00:00
[print] item qty & uom on same line
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
{{ doc.get_formatted("qty", doc) }}<br>
|
||||
<small>{{ doc.uom or doc.stock_uom }}</small>
|
||||
<small class="pull-left">{{ doc.uom or doc.stock_uom }}</small>
|
||||
{{ doc.get_formatted("qty", doc) }}
|
||||
|
||||
Reference in New Issue
Block a user