2
0
forked from Wavyzz/dolibarr

clean indent in commande dir

This commit is contained in:
Frédéric FRANCE
2019-10-20 09:58:31 +02:00
parent 4d7a18e1e0
commit 66b0c27645
10 changed files with 108 additions and 114 deletions

View File

@@ -1995,9 +1995,9 @@ class Commande extends CommonOrder
// multilangs
if (! empty($conf->global->MAIN_MULTILANGS) && ! empty($objp->fk_product) && ! empty($loadalsotranslation)) {
$line = new Product($this->db);
$line->fetch($objp->fk_product);
$line->getMultiLangs();
$line = new Product($this->db);
$line->fetch($objp->fk_product);
$line->getMultiLangs();
}
$this->lines[$i] = $line;