Change jrn_def_code

This commit is contained in:
Dany De Bontridder 2011-01-28 12:45:26 +00:00
parent 2b92170032
commit fa305bcc90
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@ insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (50,'Contrepartie po
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (51,'Contrepartie pour TVA non Ded.','poste',22);
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (52,'Contrepartie pour dépense à charge du gérant','poste',22);
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (53,'Contrepartie pour dépense fiscal. non déd.','poste',22);
update jrn_def set jrn_def_code=substr(jrn_def_code,1,1)||substr(jrn_def_code,length(jrn_def_code)-1,length(jrn_def_code));
update version set val=93;
commit;