Ajout fk_export_compta
This commit is contained in:
parent
8683056ff8
commit
8a56881a56
@ -34,6 +34,7 @@ create table llx_facturedet
|
||||
price real, -- prix final
|
||||
date_start datetime, -- date debut si service
|
||||
date_end datetime, -- date fin si service
|
||||
fk_code_ventilation integer DEFAULT 0 NOT NULL
|
||||
fk_code_ventilation integer DEFAULT 0 NOT NULL,
|
||||
fk_export_compta integer DEFAULT 0 NOT NULL
|
||||
|
||||
)type=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user