From 952864f5324990b57cc49ecb2051d9415055ddb5 Mon Sep 17 00:00:00 2001 From: juanjo Date: Mon, 21 May 2012 15:39:15 +0200 Subject: [PATCH] [ bug #399 ] Bad calculation of local taxes in update line products --- htdocs/fourn/facture/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index ad987627352..04fcd1e35ef 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -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']) {