mirror of
https://github.com/frappe/books.git
synced 2025-01-10 18:24:40 +00:00
Merge pull request #245 from 18alantom/fix-tax-display
fix(ux): remove tax rate from invoice breakdown
This commit is contained in:
commit
d4b5627793
@ -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