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'),
|
GETPOST('fk_parent_line'),
|
||||||
0,
|
0,
|
||||||
$fournprice,
|
$fournprice,
|
||||||
$buying_price,
|
$buyingprice,
|
||||||
$label,
|
$label,
|
||||||
$type
|
$type
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user