Index: /model/wpsg_customer.class.php
===================================================================
--- /model/wpsg_customer.class.php	(revision 6099)
+++ /model/wpsg_customer.class.php	(revision 6103)
@@ -356,5 +356,13 @@
 
 		} // public function getOrderCount()
- 
+
+		public function delete()
+		{
+			
+			// Kundendatensatz lÃ¶schen
+			$this->db->UpdateQuery(WPSG_TBL_KU, array('deleted' => '1'), " `id` = '".wpsg_q($this->id)."' ");
+			
+		} // public function delete()
+		
 		/* Statische Funktionen */
 
