From 0ddbac9b7ea7fa9df922ff6018852910a0161d86 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 20 Mar 2007 23:30:10 +0000 Subject: [PATCH] Trad: Traduction champ exports commandes clients --- htdocs/includes/modules/modCommande.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php index f58a3edb82a..7cd0f82ff8c 100644 --- a/htdocs/includes/modules/modCommande.class.php +++ b/htdocs/includes/modules/modCommande.class.php @@ -71,6 +71,8 @@ class modCommande extends DolibarrModules // Dépendances $this->depends = array("modCommercial"); $this->requiredby = array("modExpedition"); + $this->conflictwith = array(); + $this->langfiles = array("orders","bills","companies"); // Constantes $this->const = array();