Index: /lib/wpsg_calculation.class.php
===================================================================
--- /lib/wpsg_calculation.class.php	(revision 7267)
+++ /lib/wpsg_calculation.class.php	(revision 7268)
@@ -75,4 +75,5 @@
         	
             $this->arCountry[$country_id] = [
+            	'id' => $country_id,
             	'tax_mode' => $tax_mode,
 				'default' => $default,
@@ -429,13 +430,14 @@
 					}
 						
-					$country_id = preg_replace('/(.*)\_/', '',$cr['tax_key']);
+					//$country_id = preg_replace('/(.*)\_/', '',$cr['tax_key']);
+					$country_id = $this->getTargetCountry()['id'];
 	
 					if ($this->arCountry[$country_id]['tax_mode'] == '1') {
-						
+	
 						// Land ist auf "Keine Steuer" gestellt
 						$brutto = $netto; 
 					
 					} else {
-					
+																	
 						if ($this->tax_mode === self::TAXMODE_SMALLBUSINESS) {
 						
