mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
Revert "feat: Option to print UOM after quantity"
This reverts commit a787882a8f.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{{ doc.get_formatted("qty", doc) }}
|
||||
{% if (doc.uom and not doc.is_print_hide("uom")) %}{{ _(doc.uom) }}
|
||||
{% elif (doc.stock_uom and not doc.is_print_hide("stock_uom")) %}{{ _(doc.stock_uom) }}
|
||||
{%- endif %}
|
||||
|
||||
Reference in New Issue
Block a user