Skip to content

Commit

Permalink
Added import holiday to tab layout menu
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Aug 6, 2016
1 parent e461943 commit addd1c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interface/main/tabs/menu/menu_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
{\"label\":\"Certificates\",\"menu_id\":\"adm0\",\"target\":\"adm\",\"url\":\"/interface/usergroup/ssl_certificates_admin.php\",\"children\":[],\"requirement\":0,\"acl_req\":[\"admin\",\"users\"]},
{\"label\":\"Native Data Loads\",\"menu_id\":\"adm0\",\"target\":\"adm\",\"url\":\"/interface/super/load_codes.php\",\"children\":[],\"requirement\":0,\"acl_req\":[\"admin\",\"super\"]},
{\"label\":\"External Data Loads\",\"menu_id\":\"adm0\",\"target\":\"adm\",\"url\":\"/interface/code_systems/dataloads_ajax.php\",\"children\":[],\"requirement\":0,\"acl_req\":[\"admin\",\"super\"]},
{\"label\":\"Merge Patients\",\"menu_id\":\"adm0\",\"target\":\"adm\",\"url\":\"/interface/patient_file/merge_patients.php\",\"children\":[],\"requirement\":0}],\"requirement\":0}],\"requirement\":0},
{\"label\":\"Merge Patients\",\"menu_id\":\"adm0\",\"target\":\"adm\",\"url\":\"/interface/patient_file/merge_patients.php\",\"children\":[],\"requirement\":0,\"acl_req\":[\"admin\",\"super\"]},
{\"label\":\"Import Holidays\",\"menu_id\":\"adm0\",\"target\":\"adm\",\"url\":\"/interface/main/holidays/import_holidays.php\",\"children\":[],\"requirement\":0,\"acl_req\":[\"admin\",\"super\"]}],\"requirement\":0}],\"requirement\":0},
{\"label\":\"Reports\",\"menu_id\":\"repimg\",\"children\":[{\"label\":\"Clients\",\"children\":[{\"label\":\"List\",\"menu_id\":\"rep0\",\"target\":\"rep\",\"url\":\"/interface/reports/patient_list.php\",\"children\":[],\"requirement\":0},
{\"label\":\"Rx\",\"menu_id\":\"rep0\",\"target\":\"rep\",\"url\":\"/interface/reports/prescriptions_report.php\",\"children\":[],\"requirement\":0},
{\"label\":\"Patient List Creation\",\"menu_id\":\"rep0\",\"target\":\"rep\",\"url\":\"/interface/reports/patient_list_creation.php\",\"children\":[],\"requirement\":0},
Expand Down

0 comments on commit addd1c9

Please sign in to comment.