Fix: Load of data

This commit is contained in:
Laurent Destailleur 2009-01-31 01:34:52 +00:00
parent dc4448c423
commit 6cb32ff8c1
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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);