Skip to content

Commit

Permalink
Merge pull request openemr#7549 from stephenwaite/rel-702-iss7501-take-4
Browse files Browse the repository at this point in the history
fix: set default x12 partner if only 1 effective insurance
  • Loading branch information
stephenwaite authored Jul 3, 2024
2 parents 8cdc22d + 415c186 commit 2871a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/billing/billing_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ function criteriaSelectHasValue(select) {
$lhtml .= "<option value=\"" . attr(substr($row['type'], 0, 1) . $row['provider']) . "\"";
if (
$key == $last_level_closed
|| $insuranceCount = 1
|| $insuranceCount == 1
) {
$lhtml .= " selected";
$default_x12_partner = $x12Partner;
Expand Down

0 comments on commit 2871a98

Please sign in to comment.