Skip to content

Commit

Permalink
bug: fix typo in 837I script (#7469)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite committed Jun 10, 2024
1 parent 1e5f32c commit 8c996e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Billing/X125010837I.php
Original file line number Diff line number Diff line change
Expand Up @@ -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" .
Expand Down

0 comments on commit 8c996e2

Please sign in to comment.