Skip to content

Commit fddd90d

Browse files
author
Till Brehm
committed
Fixed: FS#3351 - UK shows in wrong order when creating new client
1 parent 03cc01d commit fddd90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/client/form/client.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
'formtype' => 'SELECT',
251251
'default' => (isset($conf['language']) ? strtoupper($conf['language']) : ''),
252252
'datasource' => array ( 'type' => 'SQL',
253-
'querystring' => 'SELECT iso,printable_name FROM country ORDER BY iso ASC',
253+
'querystring' => 'SELECT iso,printable_name FROM country ORDER BY printable_name ASC',
254254
'keyfield' => 'iso',
255255
'valuefield' => 'printable_name'
256256
),

0 commit comments

Comments
 (0)