From 94a5988d31175e2ce04a294a631029bfa067ef48 Mon Sep 17 00:00:00 2001 From: stephen waite Date: Fri, 15 Nov 2024 16:11:56 -0500 Subject: [PATCH] fix: correct link to patient report in prior auth module (#7804) --- .../public/patient_menu/custom_patient_menu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/modules/custom_modules/oe-module-prior-authorizations/public/patient_menu/custom_patient_menu.json b/interface/modules/custom_modules/oe-module-prior-authorizations/public/patient_menu/custom_patient_menu.json index ca7de0534b4..99b849317e1 100644 --- a/interface/modules/custom_modules/oe-module-prior-authorizations/public/patient_menu/custom_patient_menu.json +++ b/interface/modules/custom_modules/oe-module-prior-authorizations/public/patient_menu/custom_patient_menu.json @@ -33,7 +33,7 @@ "menu_id": "report", "target": "main", "on_click":"top.restoreSession()", - "url": "/interface/report/patient_report.php", + "url": "/interface/patient_file/report/patient_report.php", "pid":"false", "children": [], "requirement": 0,