Update propal.class.php
it's this->lines who used on create propal function not this->products
This commit is contained in:
parent
2b7c2a9040
commit
ad9efb3961
@ -200,7 +200,7 @@ class Propal extends CommonObject
|
||||
$line->remise_percent=$remise_percent;
|
||||
$line->tva_tx=$tva_tx;
|
||||
|
||||
$this->products[]=$line;
|
||||
$this->lines[]=$line;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user