Commit 1e19c4dd authored by luoboss's avatar luoboss
Browse files

修正工单模型设置联系方式不生效的问题。

Showing with 9 additions and 2 deletions
+9 -2
1.2.18
\ No newline at end of file
1.2.19
\ No newline at end of file
......@@ -27,6 +27,11 @@
if($contactID == 3 && empty($member['member_weixin']) ){
continue;
}
if(!in_array($contactID, explode(',', $ticketInfo['contact']))){
continue;
}
?>
<label class="form-radio-label am-radio-inline">
<input class="form-radio" type="radio" name="contact" value="<?= $contactID ?>" required="required" <?= $ticketInfo['contact_default'] == $contactID ? 'checked="checked"' : '' ?> data="<?= !empty($member) ? $member[$contactValue['key']] : '' ?>" />
......
......@@ -14,4 +14,6 @@ delete[]= 'Upgrade/sql/1.2.17.sql';
[1.2.18]
sql[] = '1.2.18.sql';
delete[]= 'Upgrade/sql/1.2.18.sql';
\ No newline at end of file
delete[]= 'Upgrade/sql/1.2.18.sql';
[1.2.19]
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment