Restructure file , remove html/admin , backup ...
This commit is contained in:
parent
b57df7c0e8
commit
896f3624c7
169 changed files with 48 additions and 54 deletions
9
include/sql/patch/upgrade115.sql
Normal file
9
include/sql/patch/upgrade115.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
begin;
|
||||
|
||||
INSERT INTO menu_ref(me_code, me_menu, me_file, me_type)VALUES ('PDF:AncReceipt', 'Export pièce PDF', 'export_anc_receipt_pdf.php','PR');
|
||||
|
||||
insert into profile_menu(me_code,p_id,p_type_display,pm_default) values ('PDF:AncReceipt',1,'P',0);
|
||||
|
||||
update version set val=116;
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue