Merge pull request #4514 from hregis/3.8_bug2

Fix: missing field "label"
This commit is contained in:
Laurent Destailleur 2016-01-30 11:57:28 +01:00
commit e574ebe34c

View File

@ -300,7 +300,8 @@ if (($action == 'create' || $action == 'add') && !$error)
$lines[$i]->rowid,
$fk_parent_line,
$lines[$i]->fk_fournprice,
$lines[$i]->pa_ht
$lines[$i]->pa_ht,
$lines[$i]->label
);
if ($result > 0)
{