diff options
Diffstat (limited to 'httemplate/misc/phone_avail-import.html')
-rw-r--r-- | httemplate/misc/phone_avail-import.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/phone_avail-import.html b/httemplate/misc/phone_avail-import.html index de280d0f9..c664c0726 100644 --- a/httemplate/misc/phone_avail-import.html +++ b/httemplate/misc/phone_avail-import.html @@ -21,7 +21,8 @@ Import a file containing phone numbers (DIDs). <% include( '/elements/tr-select-table.html', 'table' => 'part_export', - 'name_col' => 'machine', + 'name_col' => 'label', + 'order_by' => 'ORDER BY exportname, machine', 'label' => 'Export', 'empty_label' => 'Select export', 'hashref' => { 'exporttype' => 'internal_diddb', }, |