From 6c4f0f82b5634fd28ee1fd30d4f51cbfd7855835 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 12 Feb 2005 19:10:56 +0000 Subject: [PATCH] remove menu recherche --- html/admin/sql/patch/upgrade4.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/admin/sql/patch/upgrade4.sql b/html/admin/sql/patch/upgrade4.sql index 773beec21..8555d41d7 100644 --- a/html/admin/sql/patch/upgrade4.sql +++ b/html/admin/sql/patch/upgrade4.sql @@ -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;