Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
a00652d3
Commit
a00652d3
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Default module is the one that does not need setup
parent
4b6ea9ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/includes/modules/modContrat.class.php
+5
-5
5 additions, 5 deletions
htdocs/includes/modules/modContrat.class.php
with
5 additions
and
5 deletions
htdocs/includes/modules/modContrat.class.php
+
5
−
5
View file @
a00652d3
...
...
@@ -68,7 +68,7 @@ class modContrat extends DolibarrModules
// Dependances
$this
->
depends
=
array
(
"modService"
);
$this
->
requiredby
=
array
();
// Config pages
$this
->
config_page_url
=
array
(
"contract.php"
);
...
...
@@ -76,10 +76,10 @@ class modContrat extends DolibarrModules
$this
->
const
=
array
();
$this
->
const
[
0
][
0
]
=
"CONTRACT_ADDON"
;
$this
->
const
[
0
][
1
]
=
"chaine"
;
$this
->
const
[
0
][
2
]
=
"mod_contract_
magre
"
;
$this
->
const
[
0
][
2
]
=
"mod_contract_
serpis
"
;
$this
->
const
[
0
][
3
]
=
'Nom du gestionnaire de numerotation des contrats'
;
$this
->
const
[
0
][
4
]
=
0
;
// Boxes
$this
->
boxes
=
array
();
$this
->
boxes
[
0
][
1
]
=
"box_contracts.php"
;
...
...
@@ -129,9 +129,9 @@ class modContrat extends DolibarrModules
{
global
$conf
;
// Nettoyage avant activation
// Nettoyage avant activation
$this
->
remove
();
return
$this
->
_init
(
$sql
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment