Index: /mods/wpsg_mod_voucherproduct.class.php
===================================================================
--- /mods/wpsg_mod_voucherproduct.class.php	(revision 7481)
+++ /mods/wpsg_mod_voucherproduct.class.php	(revision 7482)
@@ -178,5 +178,5 @@
 						OP.`product_index`,
 						OP.`menge`,
-						OP.`price`
+						OP.`price_netto`, `price_brutto`
 					FROM
 						`".WPSG_TBL_ORDERPRODUCT."` AS OP
@@ -198,9 +198,10 @@
 						$produkt_data = $this->shop->loadProduktArray($p['id']);
 						
-						for ($i = 1; $i <= $p['menge']; $i ++)
-						{
+						for ($i = 1; $i <= $p['menge']; $i ++) {
+							
+							$price = $p['price_brutto'];
 													 
 							$code = $this->shop->callMod('wpsg_mod_gutschein', 'genGS', array(
-								$p['price'],
+								$price,
 								'w',
 								wpsg_time(), 
