Index: /mods/wpsg_mod_autodebit.class.php
===================================================================
--- /mods/wpsg_mod_autodebit.class.php	(revision 6297)
+++ /mods/wpsg_mod_autodebit.class.php	(revision 6299)
@@ -459,5 +459,7 @@
 		public function basket_save_order(&$data, &$checkout, &$arBasket, $finish_order) 
 		{ 
-			 
+			
+			if(!isset($checkout['payment'])) return;
+			
 			if ($checkout['payment'] == $this->id)
 			{
Index: /mods/wpsg_mod_creditcard.class.php
===================================================================
--- /mods/wpsg_mod_creditcard.class.php	(revision 6297)
+++ /mods/wpsg_mod_creditcard.class.php	(revision 6299)
@@ -279,4 +279,6 @@
 		{ 
 			 
+			if(!isset($checkout['payment'])) return;
+			
 			if ($checkout['payment'] == $this->id)
 			{
Index: /mods/wpsg_mod_orderupload.class.php
===================================================================
--- /mods/wpsg_mod_orderupload.class.php	(revision 6297)
+++ /mods/wpsg_mod_orderupload.class.php	(revision 6299)
@@ -75,4 +75,7 @@
 					)
 				{
+					
+					if (isset($_REQUEST['wpsg_mod_kundenverwaltung_register'])) return;
+					if (isset($_REQUEST['wpsg_mod_kundenverwaltung_save'])) return;
 					
 					// Noch keine Datei hochgeladen und es ist Pflicht !										
