forked from Wavyzz/dolibarr
Fix: bug #16942
This commit is contained in:
@@ -390,6 +390,12 @@ class Commande extends CommonObject
|
||||
*/
|
||||
for ($i = 0 ; $i < sizeof($this->lines) ; $i++)
|
||||
{
|
||||
// on r<>cup<75>re le subprice de la propale
|
||||
if ($this->propale_id)
|
||||
{
|
||||
$this->lines[$i]->price = $this->lines[$i]->subprice;
|
||||
}
|
||||
|
||||
$resql = $this->addline(
|
||||
$this->id,
|
||||
$this->lines[$i]->libelle,
|
||||
|
||||
Reference in New Issue
Block a user