Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 13975)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 13976)
@@ -164,4 +164,5 @@
 			}
 			$this->setWhere($sql_where);
+			$this->setWhere("(del_flg = 0 OR del_flg IS NULL)");
 		}
 
