The following error is thrown when accessing this page:
admin/commerce/orders/add
Notice: Undefined index: cid in commerce_civicrm_form_commerce_order_ui_order_form_alter() (line 129 of commerce_civicrm.module)
I believe this is because I am accessing this page without any $_GET variables.
thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | notice-1896906-1.patch | 674 bytes | davidwbarratt |
Comments
Comment #1
davidwbarratt commentedAttached is a patch that fixes the issue by first checking to see if the array index is empty.
Comment #2
muhleder commentedLooks good. Committing.