fix
This commit is contained in:
@@ -628,7 +628,9 @@ class Member extends Users_Controller {
|
|||||||
$this->load->model('combo_model');
|
$this->load->model('combo_model');
|
||||||
$data['recipient_account'] = $this->input->post('recipient_account');
|
$data['recipient_account'] = $this->input->post('recipient_account');
|
||||||
$data['recipient_account_combo'] = $this->combo_model->getUserRecipientCombo('recipient_account', $_SESSION['member_id'], $data['recipient_account']);
|
$data['recipient_account_combo'] = $this->combo_model->getUserRecipientCombo('recipient_account', $_SESSION['member_id'], $data['recipient_account']);
|
||||||
$data['fee'] = $data['total'] = $data['comment'] = '';
|
$data['fee'] = $data['total'] =0;
|
||||||
|
$data['comment'] = '';
|
||||||
|
// $data['fee'] = 0;
|
||||||
//$data['escrow_balance'] = 0;
|
//$data['escrow_balance'] = 0;
|
||||||
|
|
||||||
if ($_POST) {
|
if ($_POST) {
|
||||||
|
|||||||
Reference in New Issue
Block a user