mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +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"
|
||||
:key="tax.name"
|
||||
>
|
||||
<div>{{ tax.account }} ({{ tax.rate }}%)</div>
|
||||
<div>{{ tax.account }}</div>
|
||||
<div>
|
||||
{{
|
||||
frappe.format(tax.amount, {
|
||||
|
Loading…
Reference in New Issue
Block a user