in admin/costumers.php
zeile ca. 826
Code:
$customers_query_raw = "select c.account_type,c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_email_address, a.entry_country_id, c.customers_status, c.member_flag from " . TABLE_CUSTOMERS . " c left join " . TABLE_ADDRESS_BOOK . " a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id " . $search . " order by c.customers_lastname, c.customers_firstname";
ersetze "order by c.costumer_lastname durch
Code:
. $search . " order by c.customers_id, c.customers_firstname";
allerdings stehen die neuesten kunden am schlu? (letzte seite)
vielleicht weiss jemand wie man das umdreht.