Fix: missing fk_parent_line
This commit is contained in:
parent
bc25b7bd2c
commit
7ae2b6e35b
@ -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')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user