Files
erpnext/erpnext
ruthra kumar 14565ed8b1 fix: tds incorrectly calculated for invoice that are below threshold
Two purchase invoices for the same supplier, using different tax
withholding categories have this issue.

| Category | single | cumulative |
|----------+--------+------------|
| cat1     |    100 |        500 |
| cat2     |   1000 |       5000 |

1. PINV1 of net total: 105/- uses cat1. TDS is calculated as it
breached single threshold
2. PINV2 of net total: 200/- uses cat2. TDS incorrectly calculated as
PINV1 already has TDS calculated and 'consider_party_ledger_amount' is enabled.

(cherry picked from commit 84b7c1bba0)
2023-05-18 13:30:02 +00:00
..
2022-03-28 18:52:46 +05:30
2022-04-28 12:02:54 +05:30
2023-04-05 17:41:20 +05:30
2022-03-28 18:52:46 +05:30
2023-05-03 12:42:36 +05:30