Station callsign field must be returned by mysql to be shown.
这个提交包含在:
父节点
0a03fa7fbf
当前提交
fdb19f6406
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -63,7 +63,7 @@
|
|||
<?php } ?>
|
||||
|
||||
<?php if($this->config->item('callsign_tags') == true) { ?>
|
||||
<?php if($row->station_callsign != null) { ?>
|
||||
<?php if(isset($row->station_callsign)) { ?>
|
||||
<td>
|
||||
<span class="badge badge-light"><?php echo $row->station_callsign; ?></span>
|
||||
</td>
|
||||
|
|
|
|||
正在加载…
在新工单中引用