mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
refactor(test): make tax withholding tests deterministic
This commit is contained in:
@@ -1034,6 +1034,7 @@ class TestTaxWithholdingCategory(ERPNextTestSuite):
|
|||||||
|
|
||||||
self.cleanup_invoices(invoices)
|
self.cleanup_invoices(invoices)
|
||||||
|
|
||||||
|
@ERPNextTestSuite.change_settings("Buying Settings", {"allow_multiple_items": 1})
|
||||||
def test_tds_calculation_on_net_total_partial_tds(self):
|
def test_tds_calculation_on_net_total_partial_tds(self):
|
||||||
self.setup_party_with_category("Supplier", "Test TDS Supplier4", "Cumulative Threshold TDS")
|
self.setup_party_with_category("Supplier", "Test TDS Supplier4", "Cumulative Threshold TDS")
|
||||||
invoices = []
|
invoices = []
|
||||||
|
|||||||
Reference in New Issue
Block a user