Index: /views/mods/mod_productvariants/admin_edit.phtml
===================================================================
--- /views/mods/mod_productvariants/admin_edit.phtml	(revision 6192)
+++ /views/mods/mod_productvariants/admin_edit.phtml	(revision 6193)
@@ -27,9 +27,13 @@
         		<th class="col_artnr"><?php echo __('Artikelnummer', 'wpsg'); ?></th>
         		<th class="col_price"><?php echo __('Preis', 'wpsg'); ?></th>
+        		
+				<?php if ($this->hasMod('wpsg_mod_stock')) { ?>
         		<th class="col_stock"><?php echo __('Lagerbestand', 'wpsg'); ?></th>
+        		<?php } ?>
 
 				<?php if ($this->hasMod('wpsg_mod_weight')) { ?>
         		<th class="col_stock"><?php echo __('Gewicht', 'wpsg'); ?></th>
         		<?php } ?>
+
 				<?php if ($this->hasMod('wpsg_mod_fuellmenge')) { ?>
         		<th class="col_stock"><?php echo __('FÃŒllmenge', 'wpsg'); ?></th>
@@ -143,5 +147,8 @@
     			<td class="col_artnr"><span class="wpsg_editable" id="productvariation_anr_<?php echo $vari['id']; ?>"><?php echo wpsg_hspc($vari['anr']); ?></span></td>    			
     			<td class="col_price"><span class="wpsg_editable" id="productvariation_price_<?php echo $vari['id']; ?>"><?php echo wpsg_hspc(wpsg_ff($vari['price'], $this->get_option('wpsg_currency'))); ?></span></td>
+ 
+				<?php if ($this->hasMod('wpsg_mod_stock')) { ?>
     			<td class="col_stock"><span class="wpsg_editable" id="productvariation_stock_<?php echo $vari['id']; ?>"><?php echo wpsg_hspc($vari['stock']); ?></span></td>
+        		<?php } ?>
 
 				<?php if ($this->hasMod('wpsg_mod_weight')) { ?>
