mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix line origin and Id when create order from
This commit is contained in:
@@ -951,8 +951,8 @@ class Commande extends CommonOrder
|
||||
$line->label,
|
||||
$line->array_options,
|
||||
$line->fk_unit,
|
||||
$this->element,
|
||||
$line->id
|
||||
$line->origin,
|
||||
$line->origin_id
|
||||
);
|
||||
if ($result < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user