From c08270ace29f6078db303c47b50ba3258f30566e Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 25 Jun 2012 09:31:57 +0000 Subject: [PATCH] =?UTF-8?q?0000657:=20GESTION/BK=20doit=20=C3=AAtre=20avan?= =?UTF-8?q?t=20GESTION/PRINT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/admin/sql/patch/upgrade102.sql | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/html/admin/sql/patch/upgrade102.sql b/html/admin/sql/patch/upgrade102.sql index 54915e7b5..32b357076 100644 --- a/html/admin/sql/patch/upgrade102.sql +++ b/html/admin/sql/patch/upgrade102.sql @@ -40,6 +40,7 @@ $BODY$ update op_predef set od_direct='t' where od_jrn_type='ODS'; +update profile_menu set p_order=p_order*10; INSERT INTO menu_ref( me_code, me_menu, me_file, me_url, me_description, me_parameter, @@ -48,11 +49,13 @@ INSERT INTO menu_ref( INSERT INTO profile_menu( me_code, me_code_dep, p_id, p_order, p_type_display, pm_default) - VALUES ('BK', 'GESTION', 1, 4, 'E', 0); + VALUES ('BK', 'GESTION', 1, 35, 'E', 0); INSERT INTO profile_menu( me_code, me_code_dep, p_id, p_order, p_type_display, pm_default) - VALUES ('BK', 'GESTION', 2, 4, 'E', 0); + VALUES ('BK', 'GESTION', 2, 35, 'E', 0); + + update menu_ref set me_description='Grand livre analytique' where me_code='ANCGL'; alter table action_gestion add ag_remind_date date;