Fix: Corrige erreur mysql sur champ trop long avec mysql 5
This commit is contained in:
parent
44b781916c
commit
ab7f33c697
@ -222,7 +222,7 @@ insert into llx_const (name, value, type, note, visible) values ('GENBARCODE_LOC
|
||||
delete from llx_accountingaccount;
|
||||
delete from llx_accountingsystem;
|
||||
|
||||
insert into llx_accountingsystem (pcg_version, fk_pays, label, datec, fk_author, active) VALUES ('PCG99-ABREGE', 1, 'Plan de compte standard français abrégé', sysdate(), null, 0);
|
||||
insert into llx_accountingsystem (pcg_version, fk_pays, label, datec, fk_author, active) VALUES ('PCG99-ABREGE', 1, 'Plan de compte standard français abrégé', curdate(), null, 0);
|
||||
|
||||
insert into llx_accountingaccount (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES ( 1,'PCG99-ABREGE','CAPIT', 'CAPITAL', '101', '1', 'Capital');
|
||||
insert into llx_accountingaccount (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES ( 2,'PCG99-ABREGE','CAPIT', 'XXXXXX', '105', '1', 'Ecarts de réévaluation');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user