Change call_center_contact to user_contact.

This commit is contained in:
markjcrane
2015-08-07 15:24:24 -05:00
parent d2147cb133
commit ebe536c66d
3 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " ".$text['label-contact']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo $destination->select('call_center_contact', 'agent_contact', $agent_contact);
echo $destination->select('user_contact', 'agent_contact', $agent_contact);
echo "<br />\n";
echo $text['description-contact']."\n";
echo "</td>\n";