2
0
forked from Wavyzz/dolibarr

Qual: Uniformisation des noms de variables. On utilise MAIN_INFO_SIRET et MAIN_INFO_SIRET pour le SIREN et SIRET plutot que FAC_PDF_SIREN et FAC_PDF_SIRET

Cela limine des variables en doublons.
This commit is contained in:
Laurent Destailleur
2005-01-08 00:08:09 +00:00
parent 02c7d48f54
commit 338eadf416
14 changed files with 35 additions and 46 deletions

View File

@@ -88,24 +88,17 @@ class modFacture extends DolibarrModules
$this->const[3][1] = "chaine";
$this->const[3][2] = "02 97 00 00 00";
$this->const[4][0] = "FAC_PDF_SIREN";
$this->const[4][0] = "FAC_PDF_INTITULE2";
$this->const[4][1] = "chaine";
$this->const[4][2] = "123 456 789";
$this->const[4][2] = "";
$this->const[5][0] = "FAC_PDF_SIRET";
$this->const[5][0] = "FACTURE_ADDON_PDF";
$this->const[5][1] = "chaine";
$this->const[5][2] = "123 456 789 012";
$this->const[5][2] = "bulot";
$this->const[6][0] = "FAC_PDF_INTITULE2";
$this->const[6][0] = "FACTURE_ADDON";
$this->const[6][1] = "chaine";
$this->const[7][0] = "FACTURE_ADDON_PDF";
$this->const[7][1] = "chaine";
$this->const[7][2] = "bulot";
$this->const[8][0] = "FACTURE_ADDON";
$this->const[8][1] = "chaine";
$this->const[8][2] = "pluton";
$this->const[6][2] = "pluton";
// Boites
$this->boxes = array();