fix trad: begin change address instead of adresse

This commit is contained in:
Grand Philippe
2013-02-15 17:33:07 +01:00
parent 7c1a4e6fdf
commit 7c47dedbce
6 changed files with 15 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ create table llx_adherent
morphy varchar(3) NOT NULL, -- personne morale / personne physique
societe varchar(50),
fk_soc integer NULL, -- Link to third party linked to member
adresse text,
address text,
cp varchar(30),
ville varchar(50),
fk_departement integer,