I believe this is a bug in the code of version 6.x-2.3

In the file uc_discounts.module, line 1942
- LEFT JOIN {uc_discounts_authors} dau ON d.discount_id = dau.discount_id AND dau= $grouping
+ LEFT JOIN {uc_discounts_authors} dau ON d.discount_id = dau.discount_id AND dau.grouping = $grouping

Changing the line above fixes #3 in: http://drupal.org/node/1060134

Comments

jrust’s picture

Status: Active » Fixed

Thanks, fixed in git.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.