brotherton-erpnext/erpnext/templates/print_formats/includes/item_table_qty.html
2015-04-13 15:31:24 +05:30

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) }}