Merge pull request #727 from cbattarel/3.3

fix wrong value name when updating buyingprice
This commit is contained in:
Laurent Destailleur 2013-03-11 06:25:35 -07:00
commit 710ea872a9

View File

@ -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
);