mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 12:55:10 +00:00
5 lines
224 B
HTML
5 lines
224 B
HTML
{% if (doc.stock_uom and not doc.is_print_hide("stock_uom")) or (doc.uom and not doc.is_print_hide("uom")) -%}
|
|
<small class="pull-left">{{ doc.uom or doc.stock_uom }}</small>
|
|
{%- endif %}
|
|
{{ doc.get_formatted("qty", doc) }}
|