[QSL Labels] Fixed a removed variable
这个提交包含在:
		
							父节点
							
								
									a8351a196e
								
							
						
					
					
						当前提交
						1e37778480
					
				
					共有  2 个文件被更改,包括 2 次插入 和 2 次删除
				
			
		|  | @ -130,7 +130,7 @@ class Labels extends CI_Controller { | ||||||
| 		$pdf->AddPage(); | 		$pdf->AddPage(); | ||||||
| 
 | 
 | ||||||
| 		if ($result->num_rows() > 0) { | 		if ($result->num_rows() > 0) { | ||||||
| 			if ($numberofqsos == 1) { | 			if ($label->qsos == 1) { | ||||||
| 				$this->makeOneQsoLabel($result->result(), $pdf); | 				$this->makeOneQsoLabel($result->result(), $pdf); | ||||||
| 			} else { | 			} else { | ||||||
| 				$this->makeMultiQsoLabel($result->result(), $pdf, $label->qsos); | 				$this->makeMultiQsoLabel($result->result(), $pdf, $label->qsos); | ||||||
|  |  | ||||||
|  | @ -83,7 +83,7 @@ | ||||||
| 						<th>Callsign</th> | 						<th>Callsign</th> | ||||||
| 						<th>Station Location</th> | 						<th>Station Location</th> | ||||||
| 						<th>Gridsquare</th> | 						<th>Gridsquare</th> | ||||||
| 						<th>Labels Waiting</th> | 						<th>QSOs Waiting</th> | ||||||
| 						<th>View QSOs</th> | 						<th>View QSOs</th> | ||||||
| 						<th>Print</th> | 						<th>Print</th> | ||||||
| 					</tr> | 					</tr> | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用