Index: branches/5.2.x/units/orders/orders_config.php =================================================================== diff -u -N -r15134 -r15376 --- branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 15134) +++ branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 15376) @@ -1,6 +1,6 @@ Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', - 'options_sql' => 'SELECT %s + 'options_sql' => 'SELECT IF(l%2$s_Description <> "", l%2$s_Description, l%3$s_Description) AS Description, PaymentTypeId FROM ' . TABLE_PREFIX . 'PaymentTypes WHERE Status = 1 ORDER BY Priority DESC, Name ASC',