CARD : add button to epxort to PDF

This commit is contained in:
Dany wm 2024-02-17 15:47:57 +01:00 committed by sparkyx
parent b6b8c88041
commit d9cf4cf71c
5 changed files with 123 additions and 1 deletions

View file

@ -11,7 +11,7 @@ begin
end;
$function$
;
²
create trigger t_remove_script_tag before
insert
@ -20,4 +20,7 @@ create trigger t_remove_script_tag before
on
public.action_gestion_comment for each row execute function comptaproc.trg_remove_script_tag();
INSERT INTO public.menu_ref (me_code,me_menu,me_file,me_url,me_description,me_parameter,me_javascript,me_type,me_description_etendue) VALUES
('PDF:card','export Fiche détail PDF','export_card_pdf.php',NULL,NULL,NULL,NULL,'PR',NULL);
insert into public.profile_menu (me_code,p_id,p_type_display) select 'PDF:card',p_id,'P' from profile;