From 8f595979246e2e53691ba51377a51e5fdd837e76 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 9 Sep 2024 17:30:56 -0400 Subject: [PATCH] proc addded --- application/controllers/Bkotransaction.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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') ); // //