Call Center Agent - Edit: Fix Contact selection.
This commit is contained in:
@@ -492,7 +492,7 @@
|
|||||||
echo " ".$text['label-contact']."\n";
|
echo " ".$text['label-contact']."\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td class='vtable' align='left'>\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 "<br />\n";
|
||||||
echo $text['description-contact']."\n";
|
echo $text['description-contact']."\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user