Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13912)
+++ branches/dev/html/admin/order/mail.php	(revision 13913)
@@ -51,6 +51,6 @@
 
 for($i = 0;$i < count($Temp);$i++){
-    $arrTemplate[0][$i] = $Temp[$i]['template_name'];
-    $arrTemplate[1][$i] = $Temp[$i]['template_id'];
+    $arrTemplate[0][$i] = $Temp[$i]['template_id'];
+    $arrTemplate[1][$i] = $Temp[$i]['template_name'];
 }
 
