Ajout des constantes FAC_ADD_PROD_DESC et PROP_ADD_PROD_DESC dans leur module respectif,

initilalis  0
This commit is contained in:
Regis Houssin 2006-01-05 10:49:12 +00:00
parent 515b19b29a
commit 6031ea6b3f
2 changed files with 4 additions and 4 deletions

View File

@ -126,8 +126,8 @@ class modFacture extends DolibarrModules
$this->const[9][0] = "FAC_ADD_PROD_DESC";
$this->const[9][1] = "chaine";
$this->const[9][2] = "0";
$this->const[9][3] = 1;
$this->const[9][4] = "Mettre à 1 pour voir la description d'un produit dans une facture";
$this->const[9][3] = "Mettre à 1 pour voir la description d'un produit dans une facture";
$this->const[9][4] = 1;
// Boites
$this->boxes = array();

View File

@ -87,8 +87,8 @@ class modPropale extends DolibarrModules
$this->const[2][0] = "PROP_ADD_PROD_DESC";
$this->const[2][1] = "chaine";
$this->const[2][2] = "0";
$this->const[2][3] = 1;
$this->const[2][4] = "Mettre à 1 pour voir la description d'un produit dans une propale";
$this->const[2][3] = "Mettre à 1 pour voir la description d'un produit dans une propale";
$this->const[2][4] = 1;
// Boxes
$this->boxes = array();