diff --git a/webht/third_party/paypal/models/note_model.php b/webht/third_party/paypal/models/note_model.php index 171a34fc..c18242b2 100644 --- a/webht/third_party/paypal/models/note_model.php +++ b/webht/third_party/paypal/models/note_model.php @@ -218,7 +218,7 @@ class Note_model extends CI_Model { $this->info = $this->load->database('INFO', TRUE); $search_sql = $sn===0 ? "" : " AND TEL_SN=$sn "; $search_sql .= $currency===null ? "" : " AND TEL_transactionCurrency='" . $currency . "'"; - $sql = "SELECT TOP 10 * + $sql = "SELECT TOP 20 * FROM [InfoManager].[dbo].[Transaction_Export_Log] WHERE 1=1 $search_sql