can merge products but experimental

This commit is contained in:
Frédéric FRANCE
2021-11-23 21:55:48 +01:00
parent c56f180515
commit d9bcd27764
2 changed files with 2 additions and 1 deletions

View File

@@ -8036,7 +8036,7 @@ abstract class CommonObject
if (!$db->query($sql)) {
if ($ignoreerrors) {
return true; // TODO Not enough. If there is A-B on kept thirdparty and B-C on old one, we must get A-B-C after merge. Not A-B.
return true; // TODO Not enough. If there is A-B on kept product and B-C on old one, we must get A-B-C after merge. Not A-B.
}
//$this->errors = $db->lasterror();
return false;