From 9eeb375f832e83a6883705d5c5c2d7024afe2354 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Mon, 3 May 2010 09:14:28 +0000 Subject: [PATCH] according to new tree directory --- htdocs/{ => compta/bank}/admin/bank.php | 2 +- htdocs/includes/modules/modBanque.class.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename htdocs/{ => compta/bank}/admin/bank.php (99%) diff --git a/htdocs/admin/bank.php b/htdocs/compta/bank/admin/bank.php similarity index 99% rename from htdocs/admin/bank.php rename to htdocs/compta/bank/admin/bank.php index fe0ce0e3768..e0e67dc922e 100644 --- a/htdocs/admin/bank.php +++ b/htdocs/compta/bank/admin/bank.php @@ -24,7 +24,7 @@ * \version $Id$ */ -require("../main.inc.php"); +require("../../../main.inc.php"); require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php"); require_once(DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php'); diff --git a/htdocs/includes/modules/modBanque.class.php b/htdocs/includes/modules/modBanque.class.php index a5f1313d988..d1ffbf84699 100644 --- a/htdocs/includes/modules/modBanque.class.php +++ b/htdocs/includes/modules/modBanque.class.php @@ -21,7 +21,7 @@ */ /** \defgroup banque Module bank - * \brief Module pour g�rer la tenue d'un compte bancaire et rapprochements + * \brief Module pour gerer la tenue d'un compte bancaire et rapprochements * \version $Id$ */ @@ -69,7 +69,7 @@ class modBanque extends DolibarrModules // Config pages //------------- - $this->config_page_url = array("bank.php"); + $this->config_page_url = array("bank.php@compta/bank"); // Dependancies $this->depends = array();