remove menu recherche
This commit is contained in:
parent
e31c3f1be9
commit
6c4f0f82b5
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ comment on table tva_rate is 'Rate of vat';
|
|||
-- create index x_jr_grpt_id on jrn (jr_grpt_id);
|
||||
-- create index x_j_grpt on jrnx(j_grpt);
|
||||
create index x_poste on jrnx(j_poste );
|
||||
delete from jrn_action where ja_name='Impression';
|
||||
delete from jrn_action where ja_name='Impression' or ja_name = 'Recherche';
|
||||
delete from fiche where f_id not in (select f_id from jnt_fic_att_value);
|
||||
alter table jrn add j_pj int4;
|
||||
alter table jrn add jr_opid int4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue