fix: Item Tax Template with no validity
This commit is contained in:
parent
41c0c9f46b
commit
e39649bc9e
@ -450,6 +450,7 @@ def _get_item_tax_template(args, taxes, out={}, for_validate=False):
|
||||
if getdate(tax.valid_from) <= getdate(validation_date):
|
||||
taxes_with_validity.append(tax)
|
||||
else:
|
||||
if tax.company == args['company']:
|
||||
taxes_with_no_validity.append(tax)
|
||||
|
||||
if taxes_with_validity:
|
||||
|
Loading…
x
Reference in New Issue
Block a user