mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
Format Qty
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
{{ row.get_formatted(field.fieldname, doc) }}</p>
|
{{ row.get_formatted(field.fieldname, doc) }}</p>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- 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;">{{
|
<td style="width: 15%; text-align: right;">{{
|
||||||
row.get_formatted("rate", doc) }}</td>
|
row.get_formatted("rate", doc) }}</td>
|
||||||
<td style="width: 15%; text-align: right;">{{
|
<td style="width: 15%; text-align: right;">{{
|
||||||
|
|||||||
Reference in New Issue
Block a user