Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
adddesctoservicelist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
franciliens.net
dolibarr
adddesctoservicelist
Commits
d9af3e8b
Commit
d9af3e8b
authored
Aug 03, 2019
by
chl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We now have a range of registered ids
parent
a998a1b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/modules/modAddDescToServiceList.class.php
core/modules/modAddDescToServiceList.class.php
+2
-2
No files found.
core/modules/modAddDescToServiceList.class.php
View file @
d9af3e8b
...
...
@@ -49,7 +49,7 @@ class modAddDescToServiceList extends DolibarrModules
// Id for module (must be unique).
// Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id).
$this
->
numero
=
500424
;
// TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve id number for your module
$this
->
numero
=
468100
;
// TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve id number for your module
// Key text used to identify module (for permissions, menus, etc...)
$this
->
rights_class
=
'adddesctoservicelist'
;
...
...
@@ -72,7 +72,7 @@ class modAddDescToServiceList extends DolibarrModules
$this
->
editor_url
=
'https://www.franciliens.net'
;
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this
->
version
=
'0.
1
'
;
$this
->
version
=
'0.
2
'
;
// 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
);
// Name of image file used for this module.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment