fix wrong value name when updating buyingprice
This commit is contained in:
parent
c6b263c586
commit
f620e6948f
@ -908,7 +908,7 @@ else if ($action == 'updateligne' && $user->rights->propal->creer && GETPOST('sa
|
||||
GETPOST('fk_parent_line'),
|
||||
0,
|
||||
$fournprice,
|
||||
$buying_price,
|
||||
$buyingprice,
|
||||
$label,
|
||||
$type
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user