From 190a5c12f9714448f4ceb0b89f1287734248964d Mon Sep 17 00:00:00 2001 From: stephen waite Date: Mon, 10 Jun 2024 08:08:29 -0400 Subject: [PATCH 1/2] bug: fix variable typo in messages.php (#7466) --- interface/main/messages/messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/main/messages/messages.php b/interface/main/messages/messages.php index ba0ffccf490..9374d93d2a8 100644 --- a/interface/main/messages/messages.php +++ b/interface/main/messages/messages.php @@ -300,7 +300,7 @@ $datetime = isset($_POST['form_datetime']) ? DateTimeToYYYYMMDDHHMMSS($_POST['form_datetime']) : ''; foreach ($assigned_to_list as $assigned_to) { if ($noteid && $assigned_to != '-patient-') { - if (checkPnotesNoteId($note_id, $_SESSION['authUser'])) { + if (checkPnotesNoteId($noteid, $_SESSION['authUser'])) { updatePnote($noteid, $note, $form_note_type, $assigned_to, $form_message_status, $datetime); $noteid = ''; } else { From e9c08afaef4320cb472ae2fd45e6ef357327027d Mon Sep 17 00:00:00 2001 From: stephen waite Date: Mon, 10 Jun 2024 08:08:52 -0400 Subject: [PATCH 2/2] bug: fix typo in 837I script (#7469) --- src/Billing/X125010837I.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Billing/X125010837I.php b/src/Billing/X125010837I.php index 95ad56e614f..9309fd51982 100644 --- a/src/Billing/X125010837I.php +++ b/src/Billing/X125010837I.php @@ -67,7 +67,7 @@ public static function generateX12837I($pid, $encounter, $x12_partner, &$log, $u "*" . trim($claim->x12gs03()) . "*" . date('Ymd', $today) . "*" . date('Hi', $today) . - "*" . BillingClaimBatchControlNumber::getGs06(); + "*" . BillingClaimBatchControlNumber::getGs06() . "*X" . // "*" . $claim->x12gsversionstring() . "*" . "005010X223A2" .