Skip to content

Commit

Permalink
Update llx_societe.sql
Browse files Browse the repository at this point in the history
Goes with Dolibarr#7975
  • Loading branch information
dolibarr95 committed Jan 5, 2018
1 parent dbf7603 commit 6ba5ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/install/mysql/tables/llx_societe.sql
Expand Up @@ -104,5 +104,6 @@ create table llx_societe
webservices_key varchar(128), -- supplier webservice key

fk_multicurrency integer,
multicurrency_code varchar(255)
multicurrency_code varchar(255),
fk_entrepot int DEFAULT 0 -- Id de l'entrepôt par défaut (Warehouse ID by default)
)ENGINE=innodb;

0 comments on commit 6ba5ca3

Please sign in to comment.