﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1570	Error in admin/includes/functions/orders_function.php mit MySQL 8	FräuleinGarn	somebody	"admin/includes/functions/orders_function.php

Zeile 1242
{{{
$ust_query = xtc_db_query(""SELECT tax_rate, SUM(tax) as tax_value_new
                                 FROM "".TABLE_ORDERS_RECALCULATE.""
                                WHERE orders_id = '"".(int)$oID.""'
                                  AND tax !='0'
                                  AND class = 'ot_tax'
                             GROUP BY tax_rate DESC"");
}}}

Group by DESC wird da wohl nicht mehr unterstützt

Siehe [https://www.modified-shop.org/forum/index.php?topic=39908.msg360691#msg360691 SQL Bug in orders_functions.php]"	Bug/Fehler	closed	normal	modified-shop-2.0.5.0	Admin	2.0.4.2	fixed				
