Merge pull request #207 from simnandez/3.2

[ bug #399 ] Bad calculation of local taxes in update line products
This commit is contained in:
Regis Houssin 2012-05-21 07:10:14 -07:00
commit 90c4e6598b

View File

@ -402,6 +402,7 @@ elseif ($action == 'update_line')
if ($_REQUEST['etat'] == '1' && ! $_REQUEST['cancel']) // si on valide la modification
{
$object->fetch($id);
$object->fetch_thirdparty();
if ($_POST['puht'])
{