Update propal.class.php

it's this->lines who used on create propal function not this->products
This commit is contained in:
BENKE Charles 2014-04-21 15:40:08 +02:00
parent 2b7c2a9040
commit ad9efb3961

View File

@ -200,7 +200,7 @@ class Propal extends CommonObject
$line->remise_percent=$remise_percent;
$line->tva_tx=$tva_tx;
$this->products[]=$line;
$this->lines[]=$line;
}
}