Closed (fixed)
Project:
Extra Fields Checkout Pane
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 11:46 UTC
Updated:
17 May 2012 at 13:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
valderama commentedComment #3
megachrizThanks for catching! I hope to review/test your patch later this week. Quick glance at your code it seems to me it's correcting the bug correctly.
Comment #4
megachrizI've tested your patch. It adds more curly brackets then needed, which will result into errors when you have more than one extra field.
I've changed your patch a little, so only "real" table names are surrounded by curly brackets (the other "table" names are aliases used in the query and shouldn't receive the brackets).
A fix is committed.
Thanks again for reporting.