mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Add comment
This commit is contained in:
@@ -4489,7 +4489,7 @@ abstract class CommonObject
|
||||
|
||||
if (! $db->query($sql))
|
||||
{
|
||||
if ($ignoreerrors) return true;
|
||||
if ($ignoreerrors) return true; // TODO Not enough. If there is A-B on kept thirdarty and B-C on old one, we must get A-B-C after merge. Not A-B.
|
||||
//$this->errors = $db->lasterror();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user