diff --git a/lib/new-admin/filters.js b/lib/new-admin/filters.js index 71b5be22..3e9cf658 100644 --- a/lib/new-admin/filters.js +++ b/lib/new-admin/filters.js @@ -19,7 +19,7 @@ function transaction() { SELECT 'crypto' AS type, crypto_code AS value FROM cash_in_txs UNION SELECT 'crypto' AS type, crypto_code AS value FROM cash_out_txs UNION SELECT 'address' AS type, to_address AS value FROM cash_in_txs UNION - SELECT 'address' AS type, to_address AS value FROM cash_in_txs UNION + SELECT 'address' AS type, to_address AS value FROM cash_out_txs UNION SELECT 'status' AS type, ${cashInTx.TRANSACTION_STATES} AS value FROM cash_in_txs UNION SELECT 'status' AS type, ${CASH_OUT_TRANSACTION_STATES} AS value FROM cash_out_txs ) f`