From 96231a213b963d43fc6d255d9e0636227e3ba7e6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 17 Feb 2006 18:41:05 +0000 Subject: [PATCH] bugfix --- htdocs/admin/fournisseur.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/fournisseur.php b/htdocs/admin/fournisseur.php index e336f6ae6a3..1e5b46a46c7 100644 --- a/htdocs/admin/fournisseur.php +++ b/htdocs/admin/fournisseur.php @@ -75,7 +75,7 @@ if ($_GET["action"] == 'set') } } -$propale_fournisseur_addon_var_pdf = $conf->global->COMMANDE_SUPPLIER_ADDON_PDF; +$commande_fournisseur_addon_var_pdf = $conf->global->COMMANDE_SUPPLIER_ADDON_PDF; if ($_GET["action"] == 'setpdf') { @@ -101,7 +101,7 @@ if ($_GET["action"] == 'del') } } -$propale_fournisseur_addon_var_pdf = $conf->global->COMMANDE_SUPPLIER_ADDON_PDF; +$commande_fournisseur_addon_var_pdf = $conf->global->COMMANDE_SUPPLIER_ADDON_PDF; $dir = "../fourn/commande/modules/pdf/";