From 9b70ac1be3a30a62c3f3ee6e35a1707ef78ef7d3 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 1840291be73..7a3224c87e8 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']) {