Code Duplication    Length = 4-4 lines in 2 locations

web_interface/astpp/application/modules/rates/controllers/rates.php 2 locations

@@ 144-147 (lines=4) @@
141
		$invalid_array = array();
142
		$new_final_arr_key = $this->config->item('Termination-rates-field');
143
	$screen_path = $this->config->item('screen_path');
144
		if ($this->session->userdata('logintype') == 1 || $this->session->userdata('logintype') == 5) {
145
			$account_data = $this->session->userdata("accountinfo");
146
		}
147
	$full_path = $this->config->item('rates-file-path');
148
		$terminationrate_file_name = $this->session->userdata('import_termination_rate_csv');	
149
		$csv_tmp_data = $this->csvreader->parse_file($full_path.$terminationrate_file_name,$new_final_arr_key,$check_header); 
150
	$i=0;
@@ 1195-1198 (lines=4) @@
1192
1193
1194
		$screen_path = $this->config->item('screen_path');
1195
		if ($this->session->userdata('logintype') == 1 || $this->session->userdata('logintype') == 5)
1196
		{
1197
			$account_data = $this->session->userdata("accountinfo");
1198
		}
1199
1200
		$full_path = $this->config->item('rates-file-path');
1201
		$terminationrate_file_name = $this->session->userdata('import_termination_rate_mapper_csv');