[QSO Entry] Fixes hamqth with qslmgr not found error
这个提交包含在:
		
							父节点
							
								
									4e8d6f299a
								
							
						
					
					
						当前提交
						cdc2f9fe6f
					
				
					共有  1 个文件被更改,包括 1 次插入 和 1 次删除
				
			
		|  | @ -150,7 +150,7 @@ class Logbook extends CI_Controller { | ||||||
| 		$return['callsign_distance'] 	= $this->distance($return['callsign_qra']); | 		$return['callsign_distance'] 	= $this->distance($return['callsign_qra']); | ||||||
| 		$return['callsign_qth'] 		= $this->nval($callbook['city'], $this->logbook_model->call_qth($callsign)); | 		$return['callsign_qth'] 		= $this->nval($callbook['city'], $this->logbook_model->call_qth($callsign)); | ||||||
| 		$return['callsign_iota'] 		= $this->nval($callbook['iota'], $this->logbook_model->call_iota($callsign)); | 		$return['callsign_iota'] 		= $this->nval($callbook['iota'], $this->logbook_model->call_iota($callsign)); | ||||||
| 		$return['qsl_manager'] 			= $this->nval($callbook['qslmgr'], $this->logbook_model->call_qslvia($callsign)); | 		$return['qsl_manager'] 			= $this->nval($callbook['qslmgr'] ?? '', $this->logbook_model->call_qslvia($callsign)); | ||||||
| 		$return['callsign_state'] 		= $this->nval($callbook['state'], $this->logbook_model->call_state($callsign)); | 		$return['callsign_state'] 		= $this->nval($callbook['state'], $this->logbook_model->call_state($callsign)); | ||||||
| 		$return['callsign_us_county'] 	= $this->nval($callbook['us_county'], $this->logbook_model->call_us_county($callsign)); | 		$return['callsign_us_county'] 	= $this->nval($callbook['us_county'], $this->logbook_model->call_us_county($callsign)); | ||||||
| 		$return['workedBefore'] 		= $this->worked_grid_before($return['callsign_qra'], $type, $band, $mode); | 		$return['workedBefore'] 		= $this->worked_grid_before($return['callsign_qra'], $type, $band, $mode); | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用