2
0
forked from Wavyzz/dolibarr

Fix: Missing field

This commit is contained in:
Laurent Destailleur
2013-11-18 12:00:42 +01:00
parent 2b63fd67b5
commit e8101e3cde
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ create table llx_c_chargesociales
deductible smallint DEFAULT 0 NOT NULL,
active tinyint DEFAULT 1 NOT NULL,
code varchar(12) NOT NULL,
accountancy_code varchar(15) DEFAULT NULL,
accountancy_code varchar(24) DEFAULT NULL,
fk_pays integer DEFAULT 1 NOT NULL,
module varchar(32) NULL
)ENGINE=innodb;