Index: branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage.php
===================================================================
--- branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage.php	(revision 21867)
+++ branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage.php	(revision 21942)
@@ -55,4 +55,7 @@
             $this->tpl_subtitle = '購入履歴一覧';
         }
+        $masterData = new SC_DB_MasterData();
+        $this->arrCustomerOrderStatus = $masterData->getMasterData('mtb_customer_order_status');
+        
         $this->httpCacheControl('nocache');
     }
@@ -100,6 +103,6 @@
         // 1ページあたりの件数
         $this->dispNumber = SEARCH_PMAX;
-
-
+        
+        
     }
 
@@ -124,5 +127,5 @@
         $objQuery   = SC_Query_Ex::getSingletonInstance();
 
-        $col        = 'order_id, create_date, payment_id, payment_total';
+        $col        = 'order_id, create_date, payment_id, payment_total, status';
         $from       = 'dtb_order';
         $where      = 'del_flg = 0 AND customer_id = ?';
