Fix: change the value of field 'code' in llx_expedition_methode

This commit is contained in:
Regis Houssin
2008-10-29 10:51:52 +00:00
parent 0c41a7b8a8
commit 2c20966008
3 changed files with 11 additions and 8 deletions

View File

@@ -59,3 +59,6 @@ alter table llx_expedition add size_units integer;
alter table llx_expedition add size integer;
alter table llx_expedition add weight_units integer;
alter table llx_expedition add weight integer;
update llx_expedition_methode set code='ENL', libelle='Enlevement' where code='enlevement';
update llx_expedition_methode set code='TRANS', libelle='Transporteur' where code='transporteur';