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
Branches
No related tags found
No related merge requests found
...@@ -919,7 +919,7 @@ else if ($action == 'updateligne' && $user->rights->propal->creer && GETPOST('sa ...@@ -919,7 +919,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
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment