Index: /changelog
===================================================================
--- /changelog	(revision 7610)
+++ /changelog	(revision 7611)
@@ -301,3 +301,4 @@
 - Bugfix: Paketverfolgungslink wird direkt beim wechsel auf "Ware versendet" versendet.
 - Bugfix: Darstellungsanpassungen Wordpress Version 5.3
+- Bugfix: ArtikelnummmerÃŒberprÃŒfung nicht mehr fÃŒr Ãbersetzungen
 - Feature: Beim kopieren/speichern von Produkten kann der Bestand innerhalb einer Produktgruppe automatisch ermittelt werden (Optional)
Index: /mods/wpsg_mod_paypalapi.class.php
===================================================================
--- /mods/wpsg_mod_paypalapi.class.php	(revision 7610)
+++ /mods/wpsg_mod_paypalapi.class.php	(revision 7611)
@@ -186,5 +186,5 @@
 				}
 				
-				$nProductWithoutAnr = intval($this->db->fetchOne("SELECT COUNT(*) FROM `".WPSG_TBL_PRODUCTS."` WHERE `anr` = '' AND `deleted` != '1' "));
+				$nProductWithoutAnr = intval($this->db->fetchOne("SELECT COUNT(*) FROM `".WPSG_TBL_PRODUCTS."` WHERE `anr` = '' AND `deleted` != '1' AND `lang_parent` = '0' "));
 				
 				if ($nProductWithoutAnr > 0 && $this->shop->get_option('wpsg_mod_paypalapi_paypalexpress_details')) {
Index: /mods/wpsg_mod_productvars.class.php
===================================================================
--- /mods/wpsg_mod_productvars.class.php	(revision 7610)
+++ /mods/wpsg_mod_productvars.class.php	(revision 7611)
@@ -386,5 +386,5 @@
 		{
 
-			$this->shop->update_option('wpsg_mod_productvars_showvariprice', $_REQUEST['wpsg_mod_productvars_showvariprice'], false, false, "key");
+			$this->shop->update_option('wpsg_mod_productvars_showvariprice', $_REQUEST['wpsg_mod_productvars_showvariprice'], false, false, WPSG_SANITIZE_CHECKBOX);
 
 		} // public function admin_presentation_submit()
