Open GoogleCodeExporter opened 9 years ago
I figured it out, just had to add single quotes around the php var
$grid->fields = array(
"gross_preship"=>"CONCAT(`ship_cost` + `ship_cost_win` +'$var_test')",
"gross_profit"=>"CONCAT('$gross_preship' + `ship_cost_win` +'$var_test')",
);
Original comment by david...@gmail.com
on 23 Aug 2012 at 5:56
Original issue reported on code.google.com by
david...@gmail.com
on 23 Aug 2012 at 3:23