mirror of
https://github.com/frappe/books.git
synced 2024-11-14 01:14:03 +00:00
fix(ux): remove tax rate from invoice breakdown
This commit is contained in:
parent
9339efe951
commit
40f6e9db05
@ -137,7 +137,7 @@
|
|||||||
v-for="tax in doc.taxes"
|
v-for="tax in doc.taxes"
|
||||||
:key="tax.name"
|
:key="tax.name"
|
||||||
>
|
>
|
||||||
<div>{{ tax.account }} ({{ tax.rate }}%)</div>
|
<div>{{ tax.account }}</div>
|
||||||
<div>
|
<div>
|
||||||
{{
|
{{
|
||||||
frappe.format(tax.amount, {
|
frappe.format(tax.amount, {
|
||||||
|
Loading…
Reference in New Issue
Block a user