Fix line origin and Id when create order from
This commit is contained in:
parent
06e428064f
commit
dbb80aecd1
@ -951,8 +951,8 @@ class Commande extends CommonOrder
|
|||||||
$line->label,
|
$line->label,
|
||||||
$line->array_options,
|
$line->array_options,
|
||||||
$line->fk_unit,
|
$line->fk_unit,
|
||||||
$this->element,
|
$line->origin,
|
||||||
$line->id
|
$line->origin_id
|
||||||
);
|
);
|
||||||
if ($result < 0)
|
if ($result < 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user