Fix create line extra fields

This commit is contained in:
fappels 2017-10-31 17:20:29 +01:00
parent 3f5112ff48
commit 3e58f7c609

View File

@ -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)
{