Index: /lib/wpsg_calculation.class.php
===================================================================
--- /lib/wpsg_calculation.class.php	(revision 7446)
+++ /lib/wpsg_calculation.class.php	(revision 7447)
@@ -449,4 +449,10 @@
 						} else {
 							
+							if (preg_match('/^(.*)\-(.*)$/', $cr['set'])) {
+								
+								list($typ, $cr['set']) = explode('-', $cr['set']);
+								
+							}
+														
 							if (wpsg_isTrue($cr['data']['targetCountry'])) {
 							
