From 9407d015182a9380a232e0de03f762fd1bf3c5a9 Mon Sep 17 00:00:00 2001 From: Sherwin Gaddis Date: Mon, 29 Jul 2024 00:04:19 -0400 Subject: [PATCH] bug fix (#7559) --- .../public/reports/list_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/modules/custom_modules/oe-module-prior-authorizations/public/reports/list_report.php b/interface/modules/custom_modules/oe-module-prior-authorizations/public/reports/list_report.php index 305b1224dfe..487dfd28673 100644 --- a/interface/modules/custom_modules/oe-module-prior-authorizations/public/reports/list_report.php +++ b/interface/modules/custom_modules/oe-module-prior-authorizations/public/reports/list_report.php @@ -11,7 +11,7 @@ require_once dirname(__FILE__, 6) . "/globals.php"; -require_once dirname(__FILE__, 2) . '/vendor/autoload.php'; +require_once dirname(__FILE__, 3) . '/vendor/autoload.php'; use Juggernaut\OpenEMR\Modules\PriorAuthModule\Controller\AuthorizationService; use OpenEMR\Core\Header;