diff --git a/ChangeLog b/ChangeLog index f5dcf869ea9..556f91e8cc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,7 +42,7 @@ For users: - Fix: A lot of fixes in PDF generators. For translators: -- Added ca_ES language files +- Added 10 more new language files. - Added autotranslator tool. A tool to build/update automatically languages files using Google API for a new language. Wonderfull to start a new translation. diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 326297d75af..e547909d484 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -1393,6 +1393,6 @@ INSERT INTO llx_const (name,value,type,visible,note) VALUES ('MAIN_AGENDA_ACTION INSERT INTO llx_const (name,value,type,visible,note) VALUES ('MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_VALIDATE','1','chaine',0,''); -INSERT INTO llx_expedition_methode (rowid,code,libelle,description,statut) VALUES (1,'CATCH','Catch','Catch by client',1); -INSERT INTO llx_expedition_methode (rowid,code,libelle,description,statut) VALUES (2,'TRANS','Transporter','Generic transporter',1); -INSERT INTO llx_expedition_methode (rowid,code,libelle,description,statut) VALUES (3,'COLSUI','Colissimo Suivi','Colissimo Suivi',0); +INSERT INTO llx_expedition_methode (rowid,code,libelle,description,active) VALUES (1,'CATCH','Catch','Catch by client',1); +INSERT INTO llx_expedition_methode (rowid,code,libelle,description,active) VALUES (2,'TRANS','Transporter','Generic transporter',1); +INSERT INTO llx_expedition_methode (rowid,code,libelle,description,active) VALUES (3,'COLSUI','Colissimo Suivi','Colissimo Suivi',0);