Fix: The type is a code so must not contains any space.
Fix: State is not linked to region.
This commit is contained in:
parent
331cb38a10
commit
c11ff57fbe
@ -32,7 +32,7 @@
|
|||||||
-- Regions
|
-- Regions
|
||||||
--
|
--
|
||||||
|
|
||||||
insert into llx_c_regions (rowid,fk_pays,code_region,cheflieu,tncc,nom) values (1,0,0,'0',0,'-');
|
insert into llx_c_regions (rowid,fk_pays,code_region,cheflieu,tncc,nom) values (0,0,0,'0',0,'-');
|
||||||
|
|
||||||
-- Regions France (id country=1)
|
-- Regions France (id country=1)
|
||||||
insert into llx_c_regions (rowid,fk_pays,code_region,cheflieu,tncc,nom) values ( 101, 1, 1,'97105',3,'Guadeloupe');
|
insert into llx_c_regions (rowid,fk_pays,code_region,cheflieu,tncc,nom) values ( 101, 1, 1,'97105',3,'Guadeloupe');
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user