Another fix
这个提交包含在:
父节点
c2311e7481
当前提交
89b8f0ea80
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -131,6 +131,8 @@ class eqsl extends CI_Controller {
|
|||
}
|
||||
|
||||
$this->load->model('stations');
|
||||
$active_station_id = $this->stations->find_active();
|
||||
$station_profile = $this->stations->profile($active_station_id);
|
||||
$active_station_info = $station_profile->row();
|
||||
// Query the logbook to determine when the last LoTW confirmation was
|
||||
$eqsl_last_qsl_date = $this->logbook_model->eqsl_last_qsl_rcvd_date();
|
||||
|
|
|
|||
正在加载…
在新工单中引用