[ bug #399 ] Bad calculation of local taxes in update line products

This commit is contained in:
juanjo 2012-05-21 15:39:15 +02:00
parent b2ad2decad
commit 9b70ac1be3

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'])
{