fix: missing company flag for regional fn (#36791)
* fix: missing company flag for regional fn
This commit is contained in:
parent
740fe95ff3
commit
9bc5952dd5
@ -201,8 +201,8 @@ class AccountsController(TransactionBase):
|
||||
# apply tax withholding only if checked and applicable
|
||||
self.set_tax_withholding()
|
||||
|
||||
with temporary_flag("company", self.company):
|
||||
validate_regional(self)
|
||||
|
||||
validate_einvoice_fields(self)
|
||||
|
||||
if self.doctype != "Material Request" and not self.ignore_pricing_rule:
|
||||
|
Loading…
Reference in New Issue
Block a user