Notice: Trying to get property of non-object in commerce_file_commerce_license_types_list_alter() (line 517 of /drupal_path/sites/all/modules/commerce_file/commerce_file.module)
this is the error i got when i try to Generate products with Commerce Devel Generate.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | error_notice-2065131-1.patch | 575 bytes | vasike |
Comments
Comment #1
vasikeit seems the hook hook_commerce_license_types_list_alter() assumes that product entity it's defined.
here it's patch that removes the error notice.
Comment #2
bojanz commentedCommitted, thanks!