Fix property not used

This commit is contained in:
Laurent Destailleur 2021-01-13 12:21:26 +01:00
parent 3bed2c91c7
commit 93a2edd8d9

View File

@ -60,9 +60,7 @@ class modWorkstation extends DolibarrModules
// Module description, used if translation string 'ModuleWorkstationDesc' not found (Workstation is name of module).
$this->description = "WorkstationsDescription";
// Used only if file README.md and README-LL.md not found.
$this->descriptionlong = "Workstation description (Long)";
$this->editor_name = 'Editor name';
$this->editor_url = 'https://www.example.com';
$this->descriptionlong = "WorkstationsDescription";
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this->version = 'development';
// Url to the file with your last numberversion of this module