Index: /changelog
===================================================================
--- /changelog	(revision 6758)
+++ /changelog	(revision 6759)
@@ -33,2 +33,5 @@
 - Bugfix - korrekter MwSt.-Anzeige in der Produktview
 - Bugfix - Geburtsdatum wird im Profil ausgefÃŒllt, wenn es im Checkout ebenfalls ausgefÃŒllt wurde
+
+#4.0.2
+- Bugfix - Speichern von Bestellbedingungen wieder mÃ¶glich
Index: /mods/wpsg_mod_ordercondition.class.php
===================================================================
--- /mods/wpsg_mod_ordercondition.class.php	(revision 6758)
+++ /mods/wpsg_mod_ordercondition.class.php	(revision 6759)
@@ -235,8 +235,8 @@
 			$arSave = array();
 			
-			if (isset($_REQUEST['wpsg_pv']))
-			{
-
-				foreach ((array)$_REQUEST['wpsg_mod_ordercondition'] as $oc_id => $oc_value)
+			if (wpsg_isSizedArray($_REQUEST['wpsg_mod_ordercondition']))
+			{
+
+				foreach ($_REQUEST['wpsg_mod_ordercondition'] as $oc_id => $oc_value)
 				{
 					
