Skip to content

Commit

Permalink
fix: bug (openemr#7032)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite authored Nov 17, 2023
1 parent 9639c30 commit d66fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/orders/orders_results.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$form_review = empty($_GET['review']) ? 0 : 1;

// Check authorization.
$thisauth = AclMain::aclCheckCore('patients', 'lab');
$thisauth = AclMain::aclCheckCore('patients', 'sign');
if (!$thisauth) {
echo (new TwigContainer(null, $GLOBALS['kernel']))->getTwig()->render('core/unauthorized.html.twig', ['pageTitle' => xl("Procedure Results")]);
exit;
Expand Down

0 comments on commit d66fb0c

Please sign in to comment.