// id_shop on cart product (for links) + change Shop::sqlAsso() + share_order

This commit is contained in:
rMalie
2011-07-22 08:57:51 +00:00
parent 89bcfec297
commit 3f9a9e41d7
41 changed files with 263 additions and 191 deletions
+2 -2
View File
@@ -518,8 +518,8 @@ class DiscountCore extends ObjectModel
// @todo share datas on discount ? Utility of this function ?
$sql = 'SELECT id_discount
FROM '._DB_PREFIX_.'discount
WHERE id_discount='.(int)$this->id
.$shop->sqlRestriction(true);
WHERE id_discount = '.(int)$this->id
.$shop->sqlRestriction(false);
return Db::getInstance()->getValue($sql);
}
}