Closed (fixed)
Project:
Ubercart Discounts (Alternative)
Version:
6.x-1.0-beta27
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2009 at 13:19 UTC
Updated:
7 Aug 2009 at 23:30 UTC
I've entered discount code "test".
user warning: Unknown column 'test' in 'where clause' query: SELECT COUNT(*) as code_uses_count FROM uc_discounts_uses WHERE discount_id=3 AND code=test in \www\sites\all\modules\uc_discounts_alt\uc_discounts\uc_discounts.module on line 1080.
I guess there should be single quotes around code term: ... code='test' ...
Comments
Comment #1
ryangroe commentedSorry about that. Try the new beta 28 about to be released.
Comment #2
ARray commentedIt's ok now!
Thank you!
Comment #3
Sborsody commentedappears to have been fixed