Index: /changelog
===================================================================
--- /changelog	(revision 7642)
+++ /changelog	(revision 7643)
@@ -322,3 +322,4 @@
 - Bugfix: Korrektur beim schreiben eines Fehlers im PayPal Modul bei Stornierung
 - Bugfix: Ausweisung von Anteilig bei Versand- und Zahlungskosten in Rechnung/Gutschrift
+- Bugfix: Produktoption "Bewertungspunkte" lÃ€sst sich mit Wert "Aus Kommentarbewertung" speichern
 - Technisch: Ausgabe Overview wird zwischengespeichert, um Performance zu erhÃ¶hen
Index: /controller/wpsg_ProduktController.class.php
===================================================================
--- /controller/wpsg_ProduktController.class.php	(revision 7642)
+++ /controller/wpsg_ProduktController.class.php	(revision 7643)
@@ -932,5 +932,5 @@
 				wpsg_checkRequest('partikel', [WPSG_SANITIZE_INT, ['allowEmpty' => true]], __('Zugeordneter Wordpress Artikel', 'wpsg'), $data);
 				wpsg_checkRequest('basket_multiple', [WPSG_SANITIZE_VALUES, [wpsg_product::MULTIPLE_ONE_MULTI, wpsg_product::MULTIPLE_MULTI_MULTI, wpsg_product::MULTIPLE_MULTI_ONE, wpsg_product::MULTIPLE_ONE_ONE]], __('Produkt unterliegt den EU-Leistungsortregeln', 'wpsg'), $data);
-				wpsg_checkRequest('rating', [WPSG_SANITIZE_VALUES, ['0', '1', '2', '3', '4', '5']], __('Produkt unterliegt den EU-Leistungsortregeln', 'wpsg'), $data);
+				wpsg_checkRequest('rating', [WPSG_SANITIZE_VALUES, ['-1', '0', '1', '2', '3', '4', '5']], __('Bewertungspunkte', 'wpsg'), $data);
 				
 				if (wpsg_isSizedInt($edit_id)) {
