From 678b3462eff3919df9cae23c697b2d641df8f1c8 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 8 Feb 2006 14:29:32 +0000 Subject: [PATCH] ajout des constantes pour export pdf des commandes --- htdocs/includes/modules/modCommande.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php index 0d7300a82be..00b9f603339 100644 --- a/htdocs/includes/modules/modCommande.class.php +++ b/htdocs/includes/modules/modCommande.class.php @@ -73,6 +73,9 @@ class modCommande extends DolibarrModules // Constantes $this->const = array(); + $this->const[0][0] = "COMMANDE_ADDON_PDF"; + $this->const[0][1] = "chaine"; + $this->const[0][2] = "azur"; // Boites $this->boxes = array();