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
2766b1d8
Commit
2766b1d8
authored
11 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Add record for argentina but disabled by default.
parent
185d478f
Branches
Branches containing commit
Tags
Tags containing commit
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
-3
3 additions, 3 deletions
htdocs/install/mysql/data/llx_c_typent.sql
with
3 additions
and
3 deletions
htdocs/install/mysql/data/llx_c_typent.sql
+
3
−
3
View file @
2766b1d8
...
...
@@ -41,6 +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_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
);
insert
into
llx_c_typent
(
id
,
code
,
libelle
,
fk_country
,
active
)
values
(
231
,
'TE_A_RI'
,
'Responsable Inscripto'
,
23
,
0
);
insert
into
llx_c_typent
(
id
,
code
,
libelle
,
fk_country
,
active
)
values
(
232
,
'TE_B_RNI'
,
'Responsable No Inscripto'
,
23
,
0
);
insert
into
llx_c_typent
(
id
,
code
,
libelle
,
fk_country
,
active
)
values
(
233
,
'TE_C_FE'
,
'Consumidor Final/Exento'
,
23
,
0
);
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