#202 contrepartie DNA
This commit is contained in:
parent
1b8e03290d
commit
8bc37a2bd3
8 changed files with 65 additions and 39 deletions
9
html/admin/sql/patch/upgrade92.sql
Normal file
9
html/admin/sql/patch/upgrade92.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
begin;
|
||||
|
||||
insert into attr_def(ad_id,ad_text,ad_type,ad_size) values (50,'Contrepartie pour TVA récup par impot','poste',22);
|
||||
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 version set val=93;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue