Index: /mods/wpsg_mod_customergroup.class.php
===================================================================
--- /mods/wpsg_mod_customergroup.class.php	(revision 7298)
+++ /mods/wpsg_mod_customergroup.class.php	(revision 7299)
@@ -70,5 +70,5 @@
 		public function wpsg_add_pages($default_page)
 		{
-		
+
 			add_submenu_page($default_page, __('Kundengruppenverwaltung', 'wpsg'), __('Kundengruppen', 'wpsg'), 'wpsg_customergroup', 'wpsg-Customergroup', array($this, 'be_dispatch'));
 				
Index: /views/mods/mod_kundenverwaltung/index.phtml
===================================================================
--- /views/mods/mod_kundenverwaltung/index.phtml	(revision 7298)
+++ /views/mods/mod_kundenverwaltung/index.phtml	(revision 7299)
@@ -139,4 +139,5 @@
                     <tbody>
                         <?php foreach ($this->view['arData'] as $c) { ?>
+	                        <?php if(wpsg_isSizedInt($_REQUEST['customergroup']) && $_REQUEST['customergroup'] !== $c->group_id) continue; ?>
                         <tr>
                             <td class="wpsg_pic_col">
