Skip to content

Commit 56cef7b

Browse files
committed
display contactname as other forms
1 parent 6b784f2 commit 56cef7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/client/domain_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function onShowEnd() {
8989
if(is_array($clients)) {
9090
foreach( $clients as $client) {
9191
$selected = ($client["groupid"] == $tmp_data_record["sys_groupid"])?'SELECTED':'';
92-
$client_select .= "<option value='$client[groupid]' $selected>$client[name]</option>\r\n";
92+
$client_select .= "<option value='$client[groupid]' $selected>$client[contactname]</option>\r\n";
9393
}
9494
}
9595
$app->tpl->setVar("client_group_id", $client_select);

0 commit comments

Comments
 (0)