mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 09:23:09 +00:00
[fixes] print_hide on stock uom and gross profit
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
{% 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) }}
|
||||
|
||||
Reference in New Issue
Block a user