brotherton-erpnext/erpnext/templates/print_formats/includes/item_table_qty.html

5 lines
227 B
HTML
Raw Normal View History

{% if (doc.stock_uom and not doc.is_print_hide("stock_uom")) or (doc.uom and not doc.is_print_hide("uom")) -%}
2016-02-19 05:44:10 +00:00
<small class="pull-left">{{ _(doc.uom or doc.stock_uom) }}</small>
{%- endif %}
2015-03-04 10:20:44 +00:00
{{ doc.get_formatted("qty", doc) }}