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:41:34 +00:00
parent 34d71ae1ca
commit 515b19b29a
2 changed files with 12 additions and 0 deletions

View File

@ -122,6 +122,12 @@ class modFacture extends DolibarrModules
$this->const[8][0] = "FAC_FORCE_DATE_VALIDATION";
$this->const[8][1] = "yesno";
$this->const[8][2] = "0";
$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";
// Boites
$this->boxes = array();

View File

@ -83,6 +83,12 @@ class modPropale extends DolibarrModules
$this->const[1][2] = "mod_propale_ivoire";
$this->const[1][3] = 'Nom du gestionnaire de numérotation des propales';
$this->const[1][4] = 0;
$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";
// Boxes
$this->boxes = array();