From 4d7c2ff56e4a0eef024bed22e812f9a355283c88 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Fri, 18 Jun 2010 10:17:21 +0000 Subject: [PATCH] Fix: error with localtax --- htdocs/product/fiche.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 0a192d4934f..4af1de4af90 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -425,6 +425,8 @@ if ($_POST["action"] == 'addinpropal') $pu_ht, $_POST["qty"], $tva_tx, + 0, // localtax1 + 0, // localtax2 $prod->id, $_POST["remise_percent"], $price_base_type, -- GitLab