Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/modules/modDc1.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading