@@ 175-178 (lines=4) @@ | ||
172 | $invalid_array = array(); |
|
173 | $new_final_arr_key = $this->config->item('Termination-rates-field'); |
|
174 | $screen_path = $this->config->item('screen_path'); |
|
175 | if ($this->session->userdata('logintype') == 1 || $this->session->userdata('logintype') == 5) |
|
176 | { |
|
177 | $account_data = $this->session->userdata("accountinfo"); |
|
178 | } |
|
179 | ||
180 | $full_path = $this->config->item('rates-file-path'); |
|
181 | $terminationrate_file_name = $this->session->userdata('import_termination_rate_csv'); |
|
@@ 1508-1511 (lines=4) @@ | ||
1505 | ||
1506 | ||
1507 | $screen_path = $this->config->item('screen_path'); |
|
1508 | if ($this->session->userdata('logintype') == 1 || $this->session->userdata('logintype') == 5) |
|
1509 | { |
|
1510 | $account_data = $this->session->userdata("accountinfo"); |
|
1511 | } |
|
1512 | ||
1513 | $full_path = $this->config->item('rates-file-path'); |
|
1514 | $terminationrate_file_name = $this->session->userdata('import_termination_rate_mapper_csv'); |