diff --git a/application/controllers/Bkotransaction.php b/application/controllers/Bkotransaction.php
index d136882..45bf4c3 100644
--- a/application/controllers/Bkotransaction.php
+++ b/application/controllers/Bkotransaction.php
@@ -311,7 +311,7 @@ class Bkotransaction extends Bko_Controller {
$mysql = "SELECT m.added::date,mp.confirmation,me.firstname||' '||me.lastname||'
'||me.email AS Sender,"
. "sr.firstname||' '||sr.lastname||'
ACC:'||sr.account_no||'-'||be.name AS recipient, m.initiatingamount*0.01 AS Amount,m.fee*0.01 AS Fee, "
. "'' As Detail, "
- . "'> \">' As Transmit "
+ . "'> \">' As Transmit, m.proc "
. "FROM money_transfer m "
. "LEFT JOIN members me ON me.id=m.member_id "
. "LEFT JOIN members_payments mp ON mp.what_sendmoney = m.id "
@@ -329,7 +329,8 @@ class Bkotransaction extends Bko_Controller {
array('data' => 'Amount', 'style' => 'width:100px'),
array('data' => 'Fee', 'style' => 'width:60px'),
array('data' => 'Detail', 'style' => 'width:100px'),
- array('data' => 'Action', 'style' => 'width:100px')
+ array('data' => 'Action', 'style' => 'width:100px'),
+ array('data' => 'Process', 'style' => 'width:100px')
);
//
//