Till Brehm
2014-02-21 fddd90d38054b7a1d3e0be851b24b4d90f30b4ad
Fixed: FS#3351 - UK shows in wrong order when creating new client
1 files modified
2 ■■■ changed files
interface/web/client/form/client.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/client/form/client.tform.php
@@ -250,7 +250,7 @@
            'formtype' => 'SELECT',
            'default' => (isset($conf['language']) ? strtoupper($conf['language']) : ''),
            'datasource' => array (  'type'          => 'SQL',
                'querystring'   => 'SELECT iso,printable_name FROM country ORDER BY iso ASC',
                'querystring'   => 'SELECT iso,printable_name FROM country ORDER BY printable_name ASC',
                'keyfield'      => 'iso',
                'valuefield'    => 'printable_name'
            ),