brotherton-erpnext/erpnext/templates/print_formats/includes/item_table_qty.html
2016-02-23 02:17:04 +05:30

5 lines
227 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) }}