Prepare code to clone site an fetch external page

This commit is contained in:
Laurent Destailleur
2017-08-03 01:45:31 +02:00
parent 26730faa4c
commit 81b11100b0
7 changed files with 201 additions and 151 deletions

View File

@@ -1000,7 +1000,7 @@ class Commande extends CommonOrder
$this->db->begin();
// get extrafields so they will be clone
// get lines so they will be clone
foreach($this->lines as $line)
$line->fetch_optionals($line->rowid);