When you say "When SERVICE_ARE_ECOMMERCE_200238EC is activated it's not possible to create a new or edited any service or product, the page doesn't finish loading.", can you provid more info on step you do to edit ? which menu entry you used, button, etc. I can't reproduce problem.
For the rule into functions.lib.php, the rule you describe for SERVICE_ARE_ECOMMERCE_200238EC is:
- In the company VAT Management: VAT is not used
This rule only applies to non-EU companies, companies that by default do not need to charge VAT.
AND
- Customer is in the EU and does NOT supply a valid VAT ID (checked when the customer account is created and using the EU VAT checker service)
It seems it is what we do into function with test
"if (! $thirdparty_seller->isInEEC() && $thirdparty_buyer->isInEEC() && ! $thirdparty_buyer->isACompany())"
So what i understand is that i only need to move the rule 6 at begin of function. Right ?
↧