mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 11:15:10 +00:00
fix: Lower deduction certificate for multi-company (#36491)
fix: Lower deduction certificate for multi-company (#36491)
(cherry picked from commit 96035b87d5)
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
This commit is contained in:
@@ -34,6 +34,7 @@ class LowerDeductionCertificate(Document):
|
||||
"supplier": self.supplier,
|
||||
"tax_withholding_category": self.tax_withholding_category,
|
||||
"name": ("!=", self.name),
|
||||
"company": self.company,
|
||||
},
|
||||
["name", "valid_from", "valid_upto"],
|
||||
as_dict=True,
|
||||
|
||||
Reference in New Issue
Block a user