2
0
forked from Wavyzz/dolibarr

dbut de l'ajout du module "avoir"

This commit is contained in:
Regis Houssin
2006-03-17 12:24:41 +00:00
parent 0d5b19e0b0
commit 0327c1bb82
8 changed files with 357 additions and 13 deletions

View File

@@ -76,12 +76,20 @@ class modCommande extends DolibarrModules
$this->const[0][0] = "COMMANDE_ADDON_PDF";
$this->const[0][1] = "chaine";
$this->const[0][2] = "azur";
$this->const[0][3] = 'Nom du gestionnaire de g<>n<EFBFBD>ration des commandes en PDF';
$this->const[0][4] = 0;
$this->const[1][0] = "COM_ADD_PROD_DESC";
$this->const[1][0] = "COMMANDE_ADDON";
$this->const[1][1] = "chaine";
$this->const[1][2] = "0";
$this->const[1][3] = "Mettre <20> 1 pour voir la description d\'un produit dans une commande";
$this->const[1][4] = 1;
$this->const[1][2] = "mod_commande_jade";
$this->const[1][3] = 'Nom du gestionnaire de num<75>rotation des commandes';
$this->const[1][4] = 0;
$this->const[2][0] = "COM_ADD_PROD_DESC";
$this->const[2][1] = "chaine";
$this->const[2][2] = "0";
$this->const[2][3] = "Mettre <20> 1 pour voir la description d\'un produit dans une commande";
$this->const[2][4] = 1;
// Boites
$this->boxes = array();