2
0
forked from Wavyzz/dolibarr

Fix: Variable FICHEINTER_ADDON_PDF et FICHEINTER_ADDON n'avait pas tjs la meme syntax (manquait le E)

This commit is contained in:
Laurent Destailleur
2007-12-16 19:35:02 +00:00
parent 13e9c71f38
commit b0fc136b97
4 changed files with 15 additions and 12 deletions

View File

@@ -78,12 +78,12 @@ class modFicheinter extends DolibarrModules
$this->const = array();
$r=0;
$this->const[$r][0] = "FICHINTER_ADDON_PDF";
$this->const[$r][0] = "FICHEINTER_ADDON_PDF";
$this->const[$r][1] = "chaine";
$this->const[$r][2] = "soleil";
$r++;
$this->const[$r][0] = "FICHINTER_ADDON";
$this->const[$r][0] = "FICHEINTER_ADDON";
$this->const[$r][1] = "chaine";
$this->const[$r][2] = "pacific";
$r++;