From 073afe501e7dfb92fea6cd187b13142ad947d1fe Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 15 May 2006 12:52:16 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20possibilit=E9=20de=20activer/d=E9sactiv?= =?UTF-8?q?er=20les=20exp=E9ditions=20et=20les=20bon=20de=20livraison,=20r?= =?UTF-8?q?enommage=20de=20MAIN=5FMODULE=5FEXPEDITION=20en=20MAIN=5FSUBMOD?= =?UTF-8?q?ULE=5FEXPEDITION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/confexped.php | 8 ++++---- htdocs/includes/modules/modExpedition.class.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/admin/confexped.php b/htdocs/admin/confexped.php index d8b47483ec1..3b8c414fa7e 100644 --- a/htdocs/admin/confexped.php +++ b/htdocs/admin/confexped.php @@ -123,11 +123,11 @@ print ""; if($conf->global->MAIN_SUBMODULE_EXPEDITION == 0) { - print ''.$langs->trans("Activate").''; + print ''.$langs->trans("Activate").''; } else if($conf->global->MAIN_SUBMODULE_EXPEDITION == 1) { - print ''.$langs->trans("Disable").''; + print ''.$langs->trans("Disable").''; } print ""; @@ -158,11 +158,11 @@ print ""; if($conf->global->MAIN_SUBMODULE_LIVRAISON == 0) { - print ''.$langs->trans("Activate").''; + print ''.$langs->trans("Activate").''; } else if($conf->global->MAIN_SUBMODULE_LIVRAISON == 1) { - print ''.$langs->trans("Disable").''; + print ''.$langs->trans("Disable").''; } print ""; diff --git a/htdocs/includes/modules/modExpedition.class.php b/htdocs/includes/modules/modExpedition.class.php index 880aa65cd87..85e4ea0b0c8 100644 --- a/htdocs/includes/modules/modExpedition.class.php +++ b/htdocs/includes/modules/modExpedition.class.php @@ -63,7 +63,7 @@ class modExpedition extends DolibarrModules $this->dirs = array(); // Config pages - $this->config_page_url = "expedition.php"; + $this->config_page_url = "confexped.php"; // Dépendances $this->depends = array("modCommande");