Index: branches/version-2_12-dev/data/class/SC_CustomerList.php
===================================================================
--- branches/version-2_12-dev/data/class/SC_CustomerList.php	(revision 22206)
+++ branches/version-2_12-dev/data/class/SC_CustomerList.php	(revision 22273)
@@ -329,5 +329,5 @@
     function getList() {
         $this->select = 'SELECT customer_id,name01,name02,kana01,kana02,sex,email,email_mobile,tel01,tel02,tel03,pref,status,update_date,mailmaga_flg FROM dtb_customer ';
-        return $this->getSql(0);
+        return $this->getSql(2);
     }
 
