[print] item qty & uom on same line

This commit is contained in:
Rushabh Mehta 2015-03-04 15:50:44 +05:30
parent 25bd84dfcc
commit 31724da2d6

View File

@ -1,2 +1,2 @@
{{ doc.get_formatted("qty", doc) }}<br>
<small>{{ doc.uom or doc.stock_uom }}</small>
<small class="pull-left">{{ doc.uom or doc.stock_uom }}</small>
{{ doc.get_formatted("qty", doc) }}