GX-Bug #49271 » MaxDisplayOrderHistoryFix.patch
src/system/classes/accounts/AccountContentView.inc.php (revision ) | ||
---|---|---|
291 | 291 |
AND o.date_purchased >= ci.customers_info_date_account_created |
292 | 292 |
ORDER BY |
293 | 293 |
orders_id DESC |
294 |
LIMIT 2
|
|
294 |
LIMIT ".MAX_DISPLAY_ORDER_HISTORY."
|
|
295 | 295 |
"; |
296 | 296 |
$orders_query = xtc_db_query($t_select); |
297 | 297 |
|