Skip to content
Snippets Groups Projects
Commit e574ebe3 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4514 from hregis/3.8_bug2

Fix: missing field "label"
parents f5a4b9db 8a80e065
No related branches found
No related tags found
No related merge requests found
...@@ -300,7 +300,8 @@ if (($action == 'create' || $action == 'add') && !$error) ...@@ -300,7 +300,8 @@ if (($action == 'create' || $action == 'add') && !$error)
$lines[$i]->rowid, $lines[$i]->rowid,
$fk_parent_line, $fk_parent_line,
$lines[$i]->fk_fournprice, $lines[$i]->fk_fournprice,
$lines[$i]->pa_ht $lines[$i]->pa_ht,
$lines[$i]->label
); );
if ($result > 0) if ($result > 0)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment