Index: branches/dev/html/admin/customer/edit.php
===================================================================
--- branches/dev/html/admin/customer/edit.php	(revision 11553)
+++ branches/dev/html/admin/customer/edit.php	(revision 11554)
@@ -329,5 +329,5 @@
 		$objQuery->setorder($order);
 		//¹ØÆþÍúÎò¾ðÊó¤Î¼èÆÀ
-		$arrPurchaseHistory = $objQuery->select("*", "dtb_order", "customer_id=?", array($customer_id));
+		$arrPurchaseHistory = $objQuery->select("*", "dtb_order", "customer_id=? AND del_flg = 0 ", array($customer_id));
 		
 		return $arrPurchaseHistory;
