[fix] Tax area alignment (#10690)
This commit is contained in:
parent
6ef741554c
commit
8868ae22be
@ -19,7 +19,7 @@
|
||||
{%- for charge in data -%}
|
||||
{%- if charge.tax_amount and not charge.included_in_print_rate -%}
|
||||
<div class="row">
|
||||
<div class="col-xs-5 {%- if not doc._align_labels_left %} text-right{%- endif -%}">
|
||||
<div class="col-xs-5 {%- if doc._align_labels_right %} text-right{%- endif -%}">
|
||||
<label>{{ charge.get_formatted("description") }}</label></div>
|
||||
<div class="col-xs-7 text-right">
|
||||
{{ frappe.format_value(frappe.utils.flt(charge.tax_amount),
|
||||
|
Loading…
x
Reference in New Issue
Block a user