Issue #88 - Added QSL Via field in the logging window
这个提交包含在:
		
							父节点
							
								
									4c50ae3ea7
								
							
						
					
					
						当前提交
						3129c6cd30
					
				
					共有  2 个文件被更改,包括 6 次插入 和 0 次删除
				
			
		|  | @ -49,6 +49,7 @@ class Logbook_model extends CI_Model { | ||||||
|            'COL_QSL_RCVD' => $this->input->post('qsl_recv'), |            'COL_QSL_RCVD' => $this->input->post('qsl_recv'), | ||||||
|            'COL_QSL_SENT_VIA' => $this->input->post('qsl_sent_method'), |            'COL_QSL_SENT_VIA' => $this->input->post('qsl_sent_method'), | ||||||
|            'COL_QSL_RCVD_VIA' => $this->input->post('qsl_recv_method'), |            'COL_QSL_RCVD_VIA' => $this->input->post('qsl_recv_method'), | ||||||
|  | 		   'COL_QSL_VIA' => $this->input->post('qsl_via'), | ||||||
|            'COL_OPERATOR' => $this->session->userdata('user_callsign'), |            'COL_OPERATOR' => $this->session->userdata('user_callsign'), | ||||||
|            'COL_QTH' => $this->input->post('qth'), |            'COL_QTH' => $this->input->post('qth'), | ||||||
|            'COL_PROP_MODE' => $prop_mode, |            'COL_PROP_MODE' => $prop_mode, | ||||||
|  |  | ||||||
|  | @ -193,6 +193,11 @@ | ||||||
| 							<option value="B">Bureau</option> | 							<option value="B">Bureau</option> | ||||||
| 						</select></td> | 						</select></td> | ||||||
| 					</tr> | 					</tr> | ||||||
|  | 					 | ||||||
|  | 					<tr> | ||||||
|  | 						<td>Via</td> | ||||||
|  | 						<td><input type="text" name="qsl_via" value="" /></td> | ||||||
|  | 					</tr> | ||||||
| 				</table> | 				</table> | ||||||
| 		  </div> | 		  </div> | ||||||
| 		</div> | 		</div> | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用