according to new tree directory

This commit is contained in:
Philippe Grand 2010-05-03 09:27:12 +00:00
parent 9eeb375f83
commit c4fe38c68f
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,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."/product/class/html.formproduct.class.php");

View File

@ -69,7 +69,7 @@ class modCashDesk extends DolibarrModules
$this->style_sheet = '';
// Config pages. Put here list of php page names stored in admmin directory used to setup module.
$this->config_page_url = array("cashdesk.php");
$this->config_page_url = array("cashdesk.php@cashdesk");
// Dependencies
$this->depends = array("modBanque","modFacture","modProduct"); // List of modules id that must be enabled if this module is enabled