diff --git a/core/modules/modSwissqr.class.php b/core/modules/modSwissqr.class.php index 773ca13..e8eb313 100644 --- a/core/modules/modSwissqr.class.php +++ b/core/modules/modSwissqr.class.php @@ -77,7 +77,7 @@ class modSwissqr extends DolibarrModules // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z' $this->version = '2.0.0'; // Url to the file with your last numberversion of this module - //$this->url_last_version = 'http://www.example.com/versionmodule.txt'; + $this->url_last_version = 'https://modules-dolibarr.sinabe.ch/swissqr/versionmodule.txt'; // Key used in llx_const table to save module status enabled/disabled (where SWISSQR is value of property name of module in uppercase) $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);