Index: /lib/vendor/leafo/scssphp/bin/pscss
===================================================================
--- /lib/vendor/leafo/scssphp/bin/pscss	(revision 7510)
+++ /lib/vendor/leafo/scssphp/bin/pscss	(revision 7511)
@@ -11,5 +11,5 @@
  */
 
-error_reporting(E_ALL);
+//error_reporting(E_ALL);
 
 if (version_compare(PHP_VERSION, '5.4') < 0) {
Index: /mods/mod_gutschein/wpsg_voucher.php
===================================================================
--- /mods/mod_gutschein/wpsg_voucher.php	(revision 7510)
+++ /mods/mod_gutschein/wpsg_voucher.php	(revision 7511)
@@ -32,4 +32,6 @@
 				
 		public function getFreeAmount() {
+			
+			if ($this->isMultiUsable()) return $this->value;
 			
 			$free = wpsg_tf($this->value) - $this->getUsedAmount();
Index: /views/mods/mod_gutschein/index.phtml
===================================================================
--- /views/mods/mod_gutschein/index.phtml	(revision 7510)
+++ /views/mods/mod_gutschein/index.phtml	(revision 7511)
@@ -112,5 +112,5 @@
                                 else if ($oVoucher->calc_typ == 'p') echo wpsg_ff($oVoucher->value, '%');
                                 
-                                if ($oVoucher->calc_typ == 'w' && $oVoucher->getUsedAmount() > 0) echo ' <span title="'.__('Original Betrag', 'wpsg').'">('.wpsg_ff($oVoucher->value, $this->get_option('wpsg_currency')).')</span>';
+                                if ($oVoucher->calc_typ == 'w' && $oVoucher->getUsedAmount() > 0 && !$oVoucher->isMultiUsable()) echo ' <span title="'.__('Original Betrag', 'wpsg').'">('.wpsg_ff($oVoucher->value, $this->get_option('wpsg_currency')).')</span>';
 
                             ?></span><?php 
Index: /views/mods/mod_gutschein/overview_row_end_coupon.phtml
===================================================================
--- /views/mods/mod_gutschein/overview_row_end_coupon.phtml	(revision 7510)
+++ /views/mods/mod_gutschein/overview_row_end_coupon.phtml	(revision 7511)
@@ -26,5 +26,5 @@
 			<div class="value"><?php
 					
-					echo '-'.wpsg_ff($gs[$display_brutto_netto], $this->get_option('wpsg_currency'));
+					echo wpsg_ff($gs[$display_brutto_netto], $this->get_option('wpsg_currency'));
 					
 					if (strpos($gs['set'], '%') !== false) {
