Fix: missing field "label"

This commit is contained in:
Regis Houssin 2016-01-28 11:42:00 +01:00
parent 20e110a882
commit 8a80e06580

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