fix: Lower deduction certificate for multi-company (#36491)
This commit is contained in:
parent
559d914c0b
commit
96035b87d5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user