This commit is contained in:
Laurent Destailleur
2022-07-10 18:35:23 +02:00
parent b77c23979a
commit cccb453a05
3 changed files with 5 additions and 0 deletions

View File

@@ -879,6 +879,7 @@ class Reception extends CommonObject
$line->status = 1;
$line->cost_price = $cost_price;
$line->fk_reception = $this->id;
$this->lines[$num] = $line;
return $num;