Results 1 comments of Chris Rogers

Got a patch if anyone suffers from this like I did: ```patch --- a/vendor/magento/module-company/Plugin/AsyncOrder/Model/PermissionCheckPlugin.php +++ b/vendor/magento/module-company/Plugin/AsyncOrder/Model/PermissionCheckPlugin.php @@ -66,12 +66,13 @@ $customerId = (int)$this->userContext->getCustomer()->getId() ?: 0; if ($customerId) { $company =...