Index: /changelog
===================================================================
--- /changelog	(revision 7033)
+++ /changelog	(revision 7034)
@@ -128,2 +128,3 @@
 - Bugfix: Start- und Enddatum der Gutscheine aus Gutscheinprodukt in der korrekten Zeitzone erstellt
 - Bugfix: Template fÃŒr die Listeansicht in Produktartikeln kann jetzt definiert werden 
+- Bugfix: Konverter aktiviert das neue Produktvariantenmodul bei Bedarf um die benÃ¶tigten Tabellen anzulegen
Index: /mods/wpsg_mod_converter.class.php
===================================================================
--- /mods/wpsg_mod_converter.class.php	(revision 7033)
+++ /mods/wpsg_mod_converter.class.php	(revision 7034)
@@ -358,6 +358,12 @@
 					// wpsg_mod_productvariants aktivieren, wenn wpsg_mod_varianten aktiv ist
 					// Option nicht vorhanden=false, Option ohne Value=empty
-					if (($this->shop->get_option('wpsg_mod_varianten') != false) && !empty($this->shop->get_option('wpsg_mod_varianten')))
+					if (($this->shop->get_option('wpsg_mod_varianten') != false) && !empty($this->shop->get_option('wpsg_mod_varianten'))) {
+
 						$this->shop->update_option('wpsg_mod_productvariants', time());
+                        
+						$this->shop->loadModule();
+						$this->shop->callMod('wpsg_mod_productvariants', 'install');
+						
+                    }
 					
 					$mpvar = $this->shop->get_option('wpsg_mod_productvariants');
