mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Merge pull request #43595 from ljain112/fix-pr-43271
This commit is contained in:
@@ -214,6 +214,10 @@ class TestTaxWithholdingCategory(FrappeTestCase):
|
|||||||
d.reload()
|
d.reload()
|
||||||
d.cancel()
|
d.cancel()
|
||||||
|
|
||||||
|
@change_settings(
|
||||||
|
"Accounts Settings",
|
||||||
|
{"unlink_payment_on_cancellation_of_invoice": 1},
|
||||||
|
)
|
||||||
def test_tcs_on_allocated_advance_payments(self):
|
def test_tcs_on_allocated_advance_payments(self):
|
||||||
frappe.db.set_value(
|
frappe.db.set_value(
|
||||||
"Customer", "Test TCS Customer", "tax_withholding_category", "Cumulative Threshold TCS"
|
"Customer", "Test TCS Customer", "tax_withholding_category", "Cumulative Threshold TCS"
|
||||||
|
|||||||
Reference in New Issue
Block a user