Search with VAT : filter
This commit is contained in:
parent
3a1ebb55cf
commit
841ea8482d
4 changed files with 14 additions and 4 deletions
8
include/sql/patch/upgrade187.sql
Normal file
8
include/sql/patch/upgrade187.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
begin;
|
||||
|
||||
alter table public.user_filter add tva_id_search integer;
|
||||
|
||||
comment on column public.user_filter.tva_id_search is 'VAT id ';
|
||||
|
||||
insert into version (val,v_description) values (188,'Filter for VAT id');
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue