Index: /mods/wpsg_mod_rechnungen.class.php
===================================================================
--- /mods/wpsg_mod_rechnungen.class.php	(revision 8164)
+++ /mods/wpsg_mod_rechnungen.class.php	(revision 8165)
@@ -1111,5 +1111,5 @@
 			$arProduct = [];
 			
-			$tax_view = WPSG_BRUTTO;
+			$tax_view = WPSG_NETTO;
 			
 			foreach ($_REQUEST['storno_products'] as $order_product_id => $order_product_info) {
@@ -1506,10 +1506,10 @@
 
 			$this->shop->view['basket'] = [
-				'noMwSt' => (($oCalculationOrder->getTaxMode() === \wpsg\wpsg_calculation::TAXMODE_B2B)?'1':'0'),
-				'arCalculation' => $oCalculationOrder->getCalculationArray(),
+				'noMwSt' => (($oCalculation->getTaxMode() === \wpsg\wpsg_calculation::TAXMODE_B2B)?'1':'0'),
+				'arCalculation' => $oCalculation->getCalculationArray(),
 				'produkte' => $arProduct,
 				'sum' => [
-					'preis_gesamt_netto' => $oCalculationOrder->getSum(WPSG_NETTO),
-					'preis_gesamt_brutto' => $oCalculationOrder->getSum(WPSG_BRUTTO)
+					'preis_gesamt_netto' => $oCalculation->getSum(WPSG_NETTO),
+					'preis_gesamt_brutto' => $oCalculation->getSum(WPSG_BRUTTO)
 				],
 				'mwst' => []
