mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update database_transactions.php (#5152)
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
$sql_search .= " or lower(t.transaction_address) like :search ";
|
$sql_search .= " or lower(t.transaction_address) like :search ";
|
||||||
$sql_search .= " or lower(t.transaction_type) like :search ";
|
$sql_search .= " or lower(t.transaction_type) like :search ";
|
||||||
$sql_search .= " or cast(t.transaction_date as text) like :search ";
|
$sql_search .= " or cast(t.transaction_date as text) like :search ";
|
||||||
|
$sql_search .= " or lower(u.username) like :search ";
|
||||||
$sql_search .= ") ";
|
$sql_search .= ") ";
|
||||||
$parameters['search'] = '%'.$search.'%';
|
$parameters['search'] = '%'.$search.'%';
|
||||||
}
|
}
|
||||||
@@ -162,4 +163,4 @@
|
|||||||
//include the footer
|
//include the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user