Call Center Agent - Edit: Fix Contact selection.

This commit is contained in:
fusionate
2023-06-12 21:03:45 +00:00
parent 9b1ac240b3
commit a903d0efbf

View File

@@ -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";