Closed (fixed)
Project:
Commerce Coupon (D7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 23:19 UTC
Updated:
11 May 2012 at 08:20 UTC
In commerce_coupon.install the schema for commerce_coupon_reference field_schema appears declared incorrectly.
It meant the commerce_coupon_reference_coupon_id field wasn't added to the field tables, resulting in odd entity api fatal errors.
The function is declared as commerce_coupon_reference_field_schema when it probably should be commerce_coupon_field_schema
Patch attached.
cheers,
DT
| Comment | File | Size | Author |
|---|---|---|---|
| commerce_coupon_reference_field_schema_fix.patch | 1.5 KB | davidwhthomas |
Comments
Comment #1
pcambraYou couldn't be more right.
Committed in http://drupalcode.org/project/commerce_coupon.git/commit/c0559f6
Thanks!