Typo upgrade script 169
This commit is contained in:
parent
2b1bcd58b2
commit
02aee1caa8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
begin;
|
begin;
|
||||||
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:AncAccList', 'Export Historique Compt. Analytique', 'export_anc_acc_list_pdf.php', NULL, NULL, NULL, NULL, 'PR', NULL);
|
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:AncAccList', 'Export Historique Compt. Analytique', 'export_anc_acc_list_pdf.php', NULL, NULL, NULL, NULL, 'PR', NULL);
|
||||||
|
|
||||||
insert into profile_menu (me_code,p_id,p_type_displayn,pm_default) select 'PDF:AncAccList',p_id,p_type_display,pm_default from profile_menu pm where me_code='CSV:AncAccList';
|
insert into profile_menu (me_code,p_id,p_type_display,pm_default) select 'PDF:AncAccList',p_id,p_type_display,pm_default from profile_menu pm where me_code='CSV:AncAccList';
|
||||||
insert into version (val,v_description) values (170,'new : export in PDF balance Analytic / Accountancy');
|
insert into version (val,v_description) values (170,'new : export in PDF balance Analytic / Accountancy');
|
||||||
commit ;
|
commit ;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue