Format Qty

This commit is contained in:
Anand Doshi 2014-07-23 20:12:04 +05:30
parent 82ec488b99
commit 16deabef82

View File

@ -30,7 +30,7 @@
{{ row.get_formatted(field.fieldname, doc) }}</p>
{%- endif -%}
{%- endfor -%}
<td style="width: 10%; text-align: right;">{{ row.qty }} {{ row.uom or row.stock_uom }}</td>
<td style="width: 10%; text-align: right;">{{ row.get_formatted("qty", doc) }} {{ row.uom or row.stock_uom }}</td>
<td style="width: 15%; text-align: right;">{{
row.get_formatted("rate", doc) }}</td>
<td style="width: 15%; text-align: right;">{{