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 {