Dbuggage et amliorations divers du modules adhrents

This commit is contained in:
Laurent Destailleur 2005-08-11 18:40:41 +00:00
parent 7ba37c2fc2
commit 7831f967a5

View File

@ -50,7 +50,7 @@ create table llx_adherent
fk_user_author integer NOT NULL,
fk_user_mod integer NOT NULL,
fk_user_valid integer NOT NULL,
datefin datetime NOT NULL, -- date de fin de validité de la cotisation
datefin datetime, -- date de fin de validité de la cotisation
note text,
UNIQUE INDEX(login)