mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Call Center Agent - Edit: Fix Contact selection.
This commit is contained in:
@@ -492,7 +492,7 @@
|
||||
echo " ".$text['label-contact']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo $destination->select('user_contact', 'agent_contact', !empty($agent_contact));
|
||||
echo $destination->select('user_contact', 'agent_contact', ($agent_contact ?? null));
|
||||
echo "<br />\n";
|
||||
echo $text['description-contact']."\n";
|
||||
echo "</td>\n";
|
||||
|
||||
Reference in New Issue
Block a user