[ bug #399 ] Bad calculation of local taxes in update line products
This commit is contained in:
parent
b2ad2decad
commit
9b70ac1be3
@ -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'])
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user