kopia lustrzana https://github.com/magicbug/Cloudlog
				
				
				
			Display station deleted DXCC correctly
							rodzic
							
								
									4f882c43da
								
							
						
					
					
						commit
						d735f0e456
					
				| 
						 | 
				
			
			@ -1291,7 +1291,7 @@ class Logbook_model extends CI_Model {
 | 
			
		|||
  }
 | 
			
		||||
 | 
			
		||||
  function get_qso($id) {
 | 
			
		||||
    $this->db->select($this->config->item('table_name').'.*, station_profile.*, dxcc_entities.*, dxcc_entities_2.name as station_country');
 | 
			
		||||
    $this->db->select($this->config->item('table_name').'.*, station_profile.*, dxcc_entities.*, dxcc_entities_2.name as station_country, dxcc_entities_2.end as station_end');
 | 
			
		||||
    $this->db->from($this->config->item('table_name'));
 | 
			
		||||
    $this->db->join('dxcc_entities', $this->config->item('table_name').'.col_dxcc = dxcc_entities.adif', 'left');
 | 
			
		||||
    $this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id', 'left');
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -411,7 +411,7 @@
 | 
			
		|||
                    <?php if($row->station_country) { ?>
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <td>Station Country</td>
 | 
			
		||||
                        <td><?php echo ucwords(strtolower(($row->station_country)), "- (/"); if ($row->end != null) echo ' <span class="badge badge-danger">'.$this->lang->line('gen_hamradio_deleted_dxcc').'</span>'; ?></td>
 | 
			
		||||
                        <td><?php echo ucwords(strtolower(($row->station_country)), "- (/"); if ($row->station_end != null) echo ' <span class="badge badge-danger">'.$this->lang->line('gen_hamradio_deleted_dxcc').'</span>'; ?></td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
                    <?php } ?>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue