[-] BO: Fix some bugs on advanced stock management

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16446 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-07-16 18:29:34 +00:00
parent 09cb7eff9b
commit a606873630
6 changed files with 81 additions and 75 deletions
+1 -1
View File
@@ -2402,7 +2402,7 @@ class AdminControllerCore extends Controller
$this->identifier => $id_object,
'id_shop' => (int)$id_shop,
);
Db::getInstance()->insert($this->table.'_shop', $insert, false, true, Db::INSERT_IGNORE);
return Db::getInstance()->insert($this->table.'_shop', $insert, false, true, Db::INSERT_IGNORE);
}
protected function validateField($value, $field)