From 99412a8026faa362a8715e7ee49443327c5a9d45 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 5 Sep 2007 09:20:18 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20liste=20d=E9roulante=20des=20tarifs=20f?= =?UTF-8?q?ournisseurs=20pour=20un=20produit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal.php | 2 +- htdocs/html.form.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index cd1fa6e2663..4834b58b6ba 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -1129,7 +1129,7 @@ if ($_GET['propalid'] > 0) if ($conf->global->PRODUIT_USE_MARKUP && $conf->use_ajax && $conf->global->MAIN_CONFIRM_AJAX) { print ''."\n"; print ''; diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index dab8369e725..f7f44e71e64 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1237,7 +1237,7 @@ class Form \brief Retourne la liste des tarifs fournisseurs pour un produit \param productid Id du produit */ - function select_product_fourn_price($productid) + function select_product_fourn_price($productid,$htmlname='productfournpriceid') { global $langs,$conf;