mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -31,10 +31,10 @@ create table llx_societe
|
||||
|
||||
ref_ext varchar(255), -- reference into an external system (not used by dolibarr)
|
||||
|
||||
statut tinyint DEFAULT 0, -- statut
|
||||
statut tinyint DEFAULT 0, -- statut (deprecated)
|
||||
parent integer,
|
||||
|
||||
status tinyint DEFAULT 1, -- cessation d'activité ( 1 -- en activité, 0 -- cessation d'activité)
|
||||
status tinyint DEFAULT 1, -- active or not ( 1 -- active, 0 -- closed or not open)
|
||||
|
||||
code_client varchar(24), -- code client
|
||||
code_fournisseur varchar(24), -- code fournisseur
|
||||
|
||||
Reference in New Issue
Block a user