Update llx_societe.sql
This commit is contained in:
parent
24be131600
commit
647104cbb6
@ -77,7 +77,8 @@ create table llx_societe
|
|||||||
fk_stcomm integer DEFAULT 0 NOT NULL, -- commercial status
|
fk_stcomm integer DEFAULT 0 NOT NULL, -- commercial status
|
||||||
note_private text, --
|
note_private text, --
|
||||||
note_public text, --
|
note_public text, --
|
||||||
model_pdf varchar(255),
|
model_pdf varchar(255),
|
||||||
|
last_main_doc varchar(255), -- relative filepath+filename of last main generated document
|
||||||
prefix_comm varchar(5), -- prefix commercial (deprecated)
|
prefix_comm varchar(5), -- prefix commercial (deprecated)
|
||||||
client tinyint DEFAULT 0, -- client 0/1/2
|
client tinyint DEFAULT 0, -- client 0/1/2
|
||||||
fournisseur tinyint DEFAULT 0, -- fournisseur 0/1
|
fournisseur tinyint DEFAULT 0, -- fournisseur 0/1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user