Fix: Name of default numbering module was wrong

This commit is contained in:
Laurent Destailleur 2009-11-29 14:50:52 +00:00
parent 7d409f9633
commit 87efd5bc3c

View File

@ -85,7 +85,7 @@ class modFournisseur extends DolibarrModules
$this->const[1][0] = "COMMANDE_SUPPLIER_ADDON"; $this->const[1][0] = "COMMANDE_SUPPLIER_ADDON";
$this->const[1][1] = "chaine"; $this->const[1][1] = "chaine";
$this->const[1][2] = "emeraude"; $this->const[1][2] = "mod_commande_fournisseur_muguet";
// Boxes // Boxes
$this->boxes = array(); $this->boxes = array();