[print] item qty & uom on same line
This commit is contained in:
parent
25bd84dfcc
commit
31724da2d6
@ -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) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user