Index: /lib/wpsg_calculation.class.php
===================================================================
--- /lib/wpsg_calculation.class.php	(revision 7483)
+++ /lib/wpsg_calculation.class.php	(revision 7484)
@@ -448,9 +448,9 @@
 					
 						} else {
-							
-							if (preg_match('/^(.*)\-(.*)$/', $set)) {
+							 
+							if (preg_match('/^(.+)\-(.*)$/', $set)) {
 								
 								list($typ, $set) = explode('-', $set);
-								
+																
 							}
 							
@@ -547,5 +547,5 @@
 					];
 					
-					wpsg_addSet($this->arCalculation['sum'][$cr['type'].'_netto'], $netto);
+					wpsg_addSet($this->arCalculation['sum'][$cr['type'].'_netto'],$netto);
 					wpsg_addSet($this->arCalculation['sum'][$cr['type'].'_brutto'],$brutto);
 					wpsg_addSet($this->arCalculation['sum'][$cr['type'].'_tax'],$tax);
