Skip to content

Commit

Permalink
Fix: Load of data
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 31, 2009
1 parent dc4448c commit 6cb32ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions mysql/data/data.sql
Expand Up @@ -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);

0 comments on commit 6cb32ff

Please sign in to comment.