From 6124807dd855b23bffc3357e05612fb02915d7f3 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 5 Jan 2007 12:35:29 +0000 Subject: [PATCH] =?UTF-8?q?La=20facture=20n'=E9tait=20pas=20mise=20=E0=20j?= =?UTF-8?q?our=20lors=20de=20l'ajout=20d'un=20produit=20en=20mode=20multi-?= =?UTF-8?q?prix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 0b6552085bc..f0482aba831 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -647,6 +647,8 @@ if (($_POST['action'] == 'addligne' || $_POST['action'] == 'addligne_predef') && if ($conf->global->PRODUIT_MULTIPRICES == 1) { $pu = $prod->multiprices[$soc->price_level]; + $pu_ttc = $prod->multiprices_ttc[$soc->price_level]; + $price_base_type = $prod->multiprices_base_type[$soc->price_level]; } else {