Index: /changelog
===================================================================
--- /changelog	(revision 7593)
+++ /changelog	(revision 7594)
@@ -284,3 +284,4 @@
 #4.1.8
 - Bugfix: PayPal Zahlung konnte nicht gestartet werden nach BestellabschluÃ
+- Bugfix: Spalte Artikelnummer im Produktbackend ist wieder sichtbar
 - Feature: URL Benachrichtigung sendet einen User Agent und Referer mit (Wordfence Regel)
Index: /views/admin/module.phtml
===================================================================
--- /views/admin/module.phtml	(revision 7593)
+++ /views/admin/module.phtml	(revision 7594)
@@ -196,5 +196,7 @@
 				<?php if ($this->bLicence === true) { ?>
 				<form method="POST" action="<?php echo WPSG_URL_WP ?>wp-admin/admin.php?page=wpsg-Admin&action=registrierung&noheader=1&do=activatemodul">
-						
+					
+					<?php echo wp_nonce_field('wpsg-admin-licence-activatemodul'); ?>
+					
 					<fieldset>
 						<legend style="padding-top:0px;"><?php echo __('Modulcode aktivieren', 'wpsg'); ?></legend>
Index: /views/produkt/index.phtml
===================================================================
--- /views/produkt/index.phtml	(revision 7593)
+++ /views/produkt/index.phtml	(revision 7594)
@@ -263,5 +263,6 @@
 							<?php echo $oProduct->getMenuOrder(); ?>
 						</td>
-						<?php } ?>                        
+						<?php } ?>
+						<th class="wpsg_order" data-order="anr"><?php echo $oProduct->getNr(); ?></th>
 						<?php if ($this->hasMod('wpsg_mod_produktartikel') && $this->get_option('wpsg_mod_produktartikel_gtin') == '1') { ?>
 							<td><?php echo wpsg_hspc($d['gtin']); ?></td>
