Skip to content

Commit

Permalink
fix: Lower deduction certificate for multi-company (#36491)
Browse files Browse the repository at this point in the history
fix: Lower deduction certificate for multi-company (#36491)

(cherry picked from commit 96035b8)

Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
  • Loading branch information
mergify[bot] and deepeshgarg007 authored Aug 5, 2023
1 parent 6739369 commit 2216875
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def validate_supplier_against_tax_category(self):
"supplier": self.supplier,
"tax_withholding_category": self.tax_withholding_category,
"name": ("!=", self.name),
"company": self.company,
},
["name", "valid_from", "valid_upto"],
as_dict=True,
Expand Down

0 comments on commit 2216875

Please sign in to comment.