// Code cleaning

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17437 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-09-20 13:16:01 +00:00
parent 486866d6f0
commit a5b4596cd7
4 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ class ReferrerCore extends ObjectModel
* @param int $id_product
* @param int $employee
*/
public function getStatsSales($id_product, $employe)
public function getStatsSales($id_product, $employee)
{
$join = $where = '';
if ($id_product)