Change jrn_def_code
This commit is contained in:
parent
2b92170032
commit
fa305bcc90
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue