Fix create line extra fields
This commit is contained in:
parent
3f5112ff48
commit
3e58f7c609
@ -378,7 +378,7 @@ class Expedition extends CommonObject
|
||||
$expeditionline->entrepot_id = $entrepot_id;
|
||||
$expeditionline->fk_origin_line = $origin_line_id;
|
||||
$expeditionline->qty = $qty;
|
||||
$expeditionline->$array_options = $array_options;
|
||||
$expeditionline->array_options = $array_options;
|
||||
|
||||
if (($lineId = $expeditionline->insert()) < 0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user