@@ -185,7 +185,7 @@
p.mainImage AS image,
p.price1 AS price,
p.costPrice,
- p.costCheckFlag,
+ IFNULL(p.costCheckFlag, 1) AS costCheckFlag,
p.costProportional,
p.productCategory,
p.ladderPriceFlag,