Skip to content

Commit

Permalink
fix: set default x12 partner for item in billing manager (openemr#7502)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite committed Jun 20, 2024
1 parent f1061a4 commit 19300c5
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 @@ -1136,7 +1136,7 @@ function criteriaSelectHasValue(select) {
)
);
$count = 0;
$default_x12_partner = $iter['ic_x12id'] ?? null;
$default_x12_partner = $iter['x12_partner_id'] ?? null;
$prevtype = '';

while ($row = sqlFetchArray($result)) {
Expand Down

0 comments on commit 19300c5

Please sign in to comment.