Index: /branches/dev/html/admin/basis/mail_template.php
===================================================================
--- /branches/dev/html/admin/basis/mail_template.php	(revision 13953)
+++ /branches/dev/html/admin/basis/mail_template.php	(revision 14628)
@@ -51,5 +51,5 @@
 $objPage->default_template_mobile = $default_template_mobile[0];
 
-$sql = "SELECT * FROM dtb_mailtemplate WHERE del_flg = 0 AND template_id >1 ORDER BY create_date ASC";
+$sql = "SELECT * FROM dtb_mailtemplate WHERE del_flg = 0 ORDER BY template_id ASC";
 $list_data = $conn->getAll($sql);
 $linemax = count($list_data);
