From 9a5421e44738370801eefc17dbc2cc9219657365 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 7 Nov 2003 17:46:37 +0000 Subject: [PATCH] Ajout config_page_url --- htdocs/includes/modules/modCommande.class.php | 2 +- htdocs/includes/modules/modFacture.class.php | 2 +- htdocs/includes/modules/modFicheinter.class.php | 1 + htdocs/includes/modules/modPropale.class.php | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php index f62954a79d8..25259039cd6 100644 --- a/htdocs/includes/modules/modCommande.class.php +++ b/htdocs/includes/modules/modCommande.class.php @@ -35,7 +35,7 @@ class modCommande extends modDolibarrModules $this->db = $DB ; $this->const = array(); $this->boxes = array(); - + $this->config_page_url = "commande.php"; $this->boxes[0][0] = "Commandes"; $this->boxes[0][1] = "box_commandes.php"; } diff --git a/htdocs/includes/modules/modFacture.class.php b/htdocs/includes/modules/modFacture.class.php index 0ce504b047d..544af51ffd5 100644 --- a/htdocs/includes/modules/modFacture.class.php +++ b/htdocs/includes/modules/modFacture.class.php @@ -34,7 +34,7 @@ class modFacture extends modDolibarrModules { $this->db = $DB ; $this->depends = array("MAIN_MODULE_SOCIETE","MAIN_MODULE_COMPTABILITE"); - + $this->config_page_url = "facture.php"; $this->const = array(); $this->boxes = array(); diff --git a/htdocs/includes/modules/modFicheinter.class.php b/htdocs/includes/modules/modFicheinter.class.php index c113e920ad7..ff331eebb79 100644 --- a/htdocs/includes/modules/modFicheinter.class.php +++ b/htdocs/includes/modules/modFicheinter.class.php @@ -32,6 +32,7 @@ class modFicheinter { $this->db = $DB ; $this->depends = array("MAIN_MODULE_SOCIETE"); + $this->config_page_url = "fichinter.php"; } /* * diff --git a/htdocs/includes/modules/modPropale.class.php b/htdocs/includes/modules/modPropale.class.php index fc54177860b..bc3dddfb1fa 100644 --- a/htdocs/includes/modules/modPropale.class.php +++ b/htdocs/includes/modules/modPropale.class.php @@ -34,7 +34,7 @@ class modPropale extends modDolibarrModules { $this->db = $DB ; $this->depends = array("MAIN_MODULE_SOCIETE","MAIN_MODULE_COMMERCIAL"); - + $this->config_page_url = "propale.php"; $this->const = array(); $this->boxes = array(); /*