From 98704defeef4879c2f31749554ef17fb17667a7f Mon Sep 17 00:00:00 2001 From: tekknogenius Date: Fri, 13 May 2005 22:42:29 +0000 Subject: [PATCH] Correction: ['x12_partner_id'] to ['ic_x12id'] which affected default x12 partner on billing screen. --- interface/billing/billing_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {