fix wrong value name when updating buyingprice

This commit is contained in:
Christophe Battarel 2013-03-11 09:08:57 +01:00
parent c6b263c586
commit f620e6948f

View File

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