0000602: Export des actions de gestion en CSV
This commit is contained in:
parent
95093be6f8
commit
e5a36a0c3e
6 changed files with 170 additions and 42 deletions
|
|
@ -179,4 +179,7 @@ insert into action_gestion_related(aga_least,aga_greatest) select ag_id,ag_ref_a
|
|||
|
||||
update menu_ref set me_menu='Action Gestion' where me_code='FOLLOW';
|
||||
|
||||
DROP FUNCTION comptaproc.action_get_tree(bigint);
|
||||
DROP FUNCTION comptaproc.action_get_tree(bigint);
|
||||
|
||||
insert into menu_ref(me_code,me_menu,me_type) values ('CSV:ActionGestion','Export Action Gestion','PR');
|
||||
insert into profile_menu(me_code,p_id,p_type_display,pm_default) values ('CSV:ActionGestion',1,'P',0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue