Skip to content

Commit

Permalink
Merge pull request #43595 from ljain112/fix-pr-43271
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora authored Oct 9, 2024
2 parents f5a7c8b + d5c82cc commit e751841
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ def test_tcs_on_unallocated_advance_payments(self):
d.reload()
d.cancel()

@change_settings(
"Accounts Settings",
{"unlink_payment_on_cancellation_of_invoice": 1},
)
def test_tcs_on_allocated_advance_payments(self):
frappe.db.set_value(
"Customer", "Test TCS Customer", "tax_withholding_category", "Cumulative Threshold TCS"
Expand Down

0 comments on commit e751841

Please sign in to comment.