Merge pull request #8316 from atm-maxime/fix_clone_supplierorder

Fix supplier order clone was keeping objectlinked
This commit is contained in:
Laurent Destailleur 2018-03-09 23:01:45 +01:00 committed by GitHub
commit 612b95b219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,8 +321,6 @@ class CommandeFournisseur extends CommonOrder
if ($this->statut == 0) $this->brouillon = 1;
$this->fetchObjectLinked();
//$result=$this->fetch_lines();
$this->lines=array();