proc addded
This commit is contained in:
@@ -311,7 +311,7 @@ class Bkotransaction extends Bko_Controller {
|
||||
$mysql = "SELECT m.added::date,mp.confirmation,me.firstname||' '||me.lastname||'<br>'||me.email AS Sender,"
|
||||
. "sr.firstname||' '||sr.lastname||'<br>ACC:'||sr.account_no||'-'||be.name AS recipient, m.initiatingamount*0.01 AS Amount,m.fee*0.01 AS Fee, "
|
||||
. "'<input type=submit onclick=\"return smoneyDetail('||m.id||')\" name=\"manage\" class=\"btn btn-info btn-xs\" value=\"Detail\">' As Detail, "
|
||||
. "'<input type=submit id=\"acc'||m.id||'\" onclick=\"return smoneyTransmit('||m.id||')\" name=\"manage\" class=\"btn btn-warning btn-xs\" value=\"Transmit >> \">' As Transmit "
|
||||
. "'<input type=submit id=\"acc'||m.id||'\" onclick=\"return smoneyTransmit('||m.id||')\" name=\"manage\" class=\"btn btn-warning btn-xs\" value=\"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')
|
||||
);
|
||||
//
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user