according to new tree directory

This commit is contained in:
Philippe Grand 2010-05-03 09:14:28 +00:00
parent 4deb00ef2e
commit 9eeb375f83
2 changed files with 3 additions and 3 deletions

View File

@ -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');

View File

@ -21,7 +21,7 @@
*/
/** \defgroup banque Module bank
* \brief Module pour g<EFBFBD>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();