Fix: missing fk_parent_line

This commit is contained in:
Regis Houssin 2011-06-08 13:04:51 +00:00
parent bc25b7bd2c
commit 7ae2b6e35b

View File

@ -966,7 +966,12 @@ if (($action == 'addline' || $action == 'addline_predef') && $user->rights->fact
'',
$price_base_type,
$pu_ttc,
$type
$type,
-1,
0,
'',
0,
GETPOST('fk_parent_line')
);
}
}