From 3e58f7c609aca046df72425afcf8f5c10e31c683 Mon Sep 17 00:00:00 2001 From: fappels Date: Tue, 31 Oct 2017 17:20:29 +0100 Subject: [PATCH] Fix create line extra fields --- htdocs/expedition/class/expedition.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 4209c0b71e4..3e341e6d5be 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -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) {