Skip to content
Snippets Groups Projects
Commit 710ea872 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #727 from cbattarel/3.3

fix wrong value name when updating buyingprice
parents 633a15f1 f620e694
No related branches found
No related tags found
No related merge requests found
......@@ -919,7 +919,7 @@ else if ($action == 'updateligne' && $user->rights->propal->creer && GETPOST('sa
GETPOST('fk_parent_line'),
0,
$fournprice,
$buying_price,
$buyingprice,
$label,
$type
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment