mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
tax amount in print
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<div class="col-xs-5 text-right">
|
<div class="col-xs-5 text-right">
|
||||||
<label>{{ charge.get_formatted("description") }}</label></div>
|
<label>{{ charge.get_formatted("description") }}</label></div>
|
||||||
<div class="col-xs-7 text-right">
|
<div class="col-xs-7 text-right">
|
||||||
{{ frappe.format_value(frappe.utils.flt(charge.tax_amount) / doc.conversion_rate,
|
{{ frappe.format_value(frappe.utils.flt(charge.tax_amount),
|
||||||
table_meta.get_field("tax_amount"), doc, currency=doc.currency) }}
|
table_meta.get_field("tax_amount"), doc, currency=doc.currency) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user