We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cc01d commit fddd90dCopy full SHA for fddd90d
interface/web/client/form/client.tform.php
@@ -250,7 +250,7 @@
250
'formtype' => 'SELECT',
251
'default' => (isset($conf['language']) ? strtoupper($conf['language']) : ''),
252
'datasource' => array ( 'type' => 'SQL',
253
- 'querystring' => 'SELECT iso,printable_name FROM country ORDER BY iso ASC',
+ 'querystring' => 'SELECT iso,printable_name FROM country ORDER BY printable_name ASC',
254
'keyfield' => 'iso',
255
'valuefield' => 'printable_name'
256
),
0 commit comments