Ajout $this->config_page_url = "stock.php";

This commit is contained in:
Rodolphe Quiedeville 2006-12-04 11:31:06 +00:00
parent 2c8c71a89e
commit fd18a30624

View File

@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2003-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -65,6 +65,8 @@ class modStock extends DolibarrModules
// Dir // Dir
$this->dirs = array(); $this->dirs = array();
$this->config_page_url = "stock.php";
// Dépendences // Dépendences
$this->depends = array("modProduit"); $this->depends = array("modProduit");
$this->requiredby = array(); $this->requiredby = array();