diff --git a/core/modules/modDc1.class.php b/core/modules/modDc1.class.php index 03aa912..f0609a2 100644 --- a/core/modules/modDc1.class.php +++ b/core/modules/modDc1.class.php @@ -57,7 +57,7 @@ function __construct($db) $this->description = "Module permettant remplir le formulaire DC1 depuis la proposition commerciale"; // Possible values for version are: 'development', 'experimental', 'dolibarr' or version $this->version = '1.1.3'; - $this->url_last_version = 'https://moduleversion.lesmetiersdubatiment.fr/ver.php?m=dc1' + $this->url_last_version = 'https://moduleversion.lesmetiersdubatiment.fr/ver.php?m=dc1'; // Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase) $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name); // Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)