[-] 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user