Revert "feat: Option to print UOM after quantity"

This reverts commit a787882a8f.
This commit is contained in:
Frappe ERPnext
2020-09-03 17:30:25 +02:00
parent f28bef868d
commit a5d5e70bf4
2 changed files with 3 additions and 14 deletions

View File

@@ -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 %}