Skip to content

Commit

Permalink
Claim submission bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Oct 3, 2012
1 parent 67082a0 commit a3d22d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/gen_x12_837.inc.php
Expand Up @@ -346,7 +346,7 @@ function gen_x12_837($pid, $encounter, &$log, $encounter_claim=false) {
// April 1, 2013-September 30, 2013 - Testing
// October 1, 2013 - Implementation

"*XV" .
"*PI" .
// Zirmed ignores this if using payer name matching:
"*" . ($encounter_claim ? $claim->payerAltID() : $claim->payerID()) .
"~\n";
Expand Down

0 comments on commit a3d22d1

Please sign in to comment.