diff --git a/uc_order/uc_order.admin.inc b/uc_order/uc_order.admin.inc
index 9a13963..aa3aa7b 100644
--- a/uc_order/uc_order.admin.inc
+++ b/uc_order/uc_order.admin.inc
@@ -520,7 +520,6 @@ function uc_order_create_form($form, &$form_state) {
           '#title' => t('Select customer'),
           '#description' => $max ? t('More than !limit results found. Refine your search to find other customers.', array('!limit' => $limit - 1)) : '',
           '#options' => $options,
-          '#default_value' => reset(array_keys($options)),
         );
       }
       else {
