Task #1803 : export detail of an operation in PDF
This commit is contained in:
parent
74e701bae8
commit
06a93e4cb3
5 changed files with 51 additions and 2 deletions
8
include/sql/patch/upgrade143.sql
Normal file
8
include/sql/patch/upgrade143.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
begin;
|
||||
|
||||
insert into menu_ref (me_code,me_description ,me_file) values ('PDF:operation_detail','Export Operation','export_operation_pdf.php');
|
||||
insert into profile_menu(me_code,p_id,p_type_display ,pm_default ) select 'PDF:operation_detail',p_id,'P',0 from profile ;
|
||||
|
||||
insert into version (val,v_description) values (144,'Export Operation PDF');
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue