Projekt

Allgemein

Profil

GX-Bug #49313 » MaxDisplayOrderHistoryFix.patch

Till Tepelmann, 15.11.2016 16:27

Unterschiede anzeigen:

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

  
    (1-1/1)