Skip to content

Commit

Permalink
Correction: ['x12_partner_id'] to ['ic_x12id'] which affected default…
Browse files Browse the repository at this point in the history
… x12 partner on billing screen.
  • Loading branch information
tekknogenius committed May 13, 2005
1 parent fd8da9e commit 98704de
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 @@ -364,7 +364,7 @@ function set_button_states() {

$result = sqlStatement($query);
$count = 0;
$default_x12_partner = $iter['x12_partner_id'];
$default_x12_partner = $iter['ic_x12id'];

while ($row = mysql_fetch_array($result)) {
if (strlen($row['provider']) > 0) {
Expand Down

0 comments on commit 98704de

Please sign in to comment.