I am getting a notice error (Trying to get property of non-object) after the menu cache clear with the commerce_coupon module installed.
This line is the problem in the function commerce_entity_access().
return user_access('create ' . $entity_type . ' entities', $account) || user_access('create ' . $entity_type . ' entities of bundle ' . $entity->{$entity_info['entity keys']['bundle']}, $account);
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | commerce-access-create-bundle-2153593-1.patch | 991 bytes | sweetchuck |
Comments
Comment #1
sweetchuckComment #2
sweetchuckComment #3
sweetchuckThis bug is related to commerce_coupon module.