Index: uc_order/uc_order.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ubercart/uc_order/uc_order.admin.inc,v
retrieving revision 1.1.2.29
diff -u -p -r1.1.2.29 uc_order.admin.inc
--- uc_order/uc_order.admin.inc	4 Jan 2010 15:13:10 -0000	1.1.2.29
+++ uc_order/uc_order.admin.inc	16 Mar 2010 04:12:12 -0000
@@ -888,7 +888,7 @@ function uc_order_select_customer($email
         $account->password = $fields['pass'];
 
         // Send the e-mail through the user module.
-        drupal_mail('user', 'register_no_approval_required', $email, NULL, array('account' => $account), uc_store_email_from());
+        drupal_mail('user', 'register_admin_created', $email, NULL, array('account' => $account), uc_store_email_from());
 
         $output .= t('Account details sent to e-mail provided.<br /><br /><strong>Username:</strong> @username<br /><strong>Password:</strong> @password', array('@username' => $fields['name'], '@password' => $fields['pass'])) .'<br /><br />';
       }
