diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_reseller.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_reseller.php index be0ffb82..bfc6c9f3 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_reseller.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_reseller.php @@ -140,7 +140,7 @@ return [ 'renderType' => 'selectMultipleSideBySide', 'foreign_table' => 'tx_epproducts_domain_model_product', 'MM' => 'tx_epproducts_reseller_product_mm', - 'foreign_table_where' => 'AND 1=1 ORDER BY tx_epproducts_domain_model_product.name', + 'foreign_table_where' => 'AND 1=1 ORDER BY tx_epproducts_domain_model_product.name_internal', 'minitems' => 1, 'maxitems' => 99, ],