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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
f1ef8b8f
Commit
f1ef8b8f
authored
Jul 11, 2014
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Comment entries
parent
4dfaf9ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/install/mysql/data/llx_c_typent.sql
+3
-2
3 additions, 2 deletions
htdocs/install/mysql/data/llx_c_typent.sql
with
3 additions
and
2 deletions
htdocs/install/mysql/data/llx_c_typent.sql
+
3
−
2
View file @
f1ef8b8f
...
...
@@ -41,5 +41,6 @@ insert into llx_c_typent (id,code,libelle,fk_country,active) values ( 6, 'TE_WH
insert
into
llx_c_typent
(
id
,
code
,
libelle
,
fk_country
,
active
)
values
(
7
,
'TE_RETAIL'
,
'Revendeur'
,
NULL
,
0
);
insert
into
llx_c_typent
(
id
,
code
,
libelle
,
fk_country
,
active
)
values
(
8
,
'TE_PRIVATE'
,
'Particulier'
,
NULL
,
1
);
insert
into
llx_c_typent
(
id
,
code
,
libelle
,
fk_country
,
active
)
values
(
100
,
'TE_OTHER'
,
'Autres'
,
NULL
,
1
);
insert
into
llx_c_typent
(
id
,
code
,
libelle
,
fk_country
,
active
)
values
(
231
,
'TE_A1'
,
'Type A'
,
23
,
1
);
insert
into
llx_c_typent
(
id
,
code
,
libelle
,
fk_country
,
active
)
values
(
232
,
'TE_B2'
,
'Type B'
,
23
,
1
);
--insert into llx_c_typent (id,code,libelle,fk_country,active) values (231, 'TE_A_RI', 'Responsable Inscripto', 23, 1);
--insert into llx_c_typent (id,code,libelle,fk_country,active) values (232, 'TE_B_RNI', 'Responsable No Inscripto', 23, 1);
--insert into llx_c_typent (id,code,libelle,fk_country,active) values (233, 'TE_C_FE', 'Consumidor Final/Exento', 23, 1);
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