We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b784f2 commit 56cef7bCopy full SHA for 56cef7b
interface/web/client/domain_edit.php
@@ -89,7 +89,7 @@ function onShowEnd() {
89
if(is_array($clients)) {
90
foreach( $clients as $client) {
91
$selected = ($client["groupid"] == $tmp_data_record["sys_groupid"])?'SELECTED':'';
92
- $client_select .= "<option value='$client[groupid]' $selected>$client[name]</option>\r\n";
+ $client_select .= "<option value='$client[groupid]' $selected>$client[contactname]</option>\r\n";
93
}
94
95
$app->tpl->setVar("client_group_id", $client_select);
0 commit comments