diff --git a/interface/billing/billing_report.php b/interface/billing/billing_report.php index b496c7adf86..ebfb68c5faa 100644 --- a/interface/billing/billing_report.php +++ b/interface/billing/billing_report.php @@ -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) {