|
@@ 76-81 (lines=6) @@
|
| 73 |
|
|
| 74 |
|
echo json_encode($json_data); |
| 75 |
|
} |
| 76 |
|
function termination_rates_list_delete($flag='') { |
| 77 |
|
$json_data = array(); |
| 78 |
|
$this->session->set_userdata('advance_batch_data_delete',1); |
| 79 |
|
$count_all = $this->rates_model->get_termination_rates_list(false); |
| 80 |
|
echo $count_all; |
| 81 |
|
} |
| 82 |
|
/****************/ |
| 83 |
|
function termination_rate_import() { |
| 84 |
|
$data['page_title'] = 'Import Termination Rates'; |
|
@@ 531-536 (lines=6) @@
|
| 528 |
|
echo json_encode($json_data); |
| 529 |
|
} |
| 530 |
|
|
| 531 |
|
function origination_rates_list_delete($flag='') { |
| 532 |
|
$json_data = array(); |
| 533 |
|
$this->session->set_userdata('advance_batch_data_delete',1); |
| 534 |
|
$count_all = $this->rates_model->get_origination_rate_list(false); |
| 535 |
|
echo $count_all; |
| 536 |
|
} |
| 537 |
|
/*******************/ |
| 538 |
|
function termination_rate_add($type = "") { |
| 539 |
|
$data['username'] = $this->session->userdata('user_name'); |