Index: /mods/wpsg_mod_rechnungen.class.php
===================================================================
--- /mods/wpsg_mod_rechnungen.class.php	(revision 8089)
+++ /mods/wpsg_mod_rechnungen.class.php	(revision 8090)
@@ -1244,7 +1244,5 @@
 			$this->shop->view['data']['shipping_land'] = $this->db->fetchRow("SELECT L.* FROM `".WPSG_TBL_LAND."` AS L WHERE L.`id` = '".wpsg_q(wpsg_getStr($this->shop->view['data']['shipping_land']))."'");
 
-			$_REQUEST['wpsg_rechnungen_datum'] = date("Y-m-d", strtotime($_REQUEST['wpsg_rechnungen_datum']));
-
-			if (wpsg_checkInput($_REQUEST['wpsg_rechnungen_datum'], WPSG_SANITIZE_DATE_EN)) $this->shop->view['rDatum'] = date('d.m.Y', strtotime($_REQUEST['wpsg_rechnungen_datum']));
+			if (wpsg_checkInput($_REQUEST['wpsg_rechnungen_datum'], WPSG_SANITIZE_DATE_EN)) $this->shop->view['rDatum'] = date('Y-m-d', strtotime($_REQUEST['wpsg_rechnungen_datum']));
 			else throw \wpsg\Exception::getSanitizeException();
 		
@@ -1277,10 +1275,8 @@
 			$this->shop->view['payment'] = $this->shop->getPaymentName(@$this->shop->view['data']['type_payment'], $order_id);
 			$this->shop->view['fussText'] = $this->shop->replaceUniversalPlatzhalter(wpsg_sinput("text_field", @$_REQUEST['wpsg_rechnungen_fusstext']), $order_id);
-
-			$_REQUEST['wpsg_rechnungen_faelligkeitsdatum'] = date("Y-m-d", strtotime($_REQUEST['wpsg_rechnungen_faelligkeitsdatum']));
 			
 			if ($_REQUEST['wpsg_rechnungen_faelligkeit'] == '1') {
 			    
-				if (wpsg_checkInput($_REQUEST['wpsg_rechnungen_faelligkeitsdatum'], WPSG_SANITIZE_DATE_EN)) $this->shop->view['faelligkeitdatum'] = date('d.m.Y', strtotime($_REQUEST['wpsg_rechnungen_faelligkeitsdatum']));
+				if (wpsg_checkInput($_REQUEST['wpsg_rechnungen_faelligkeitsdatum'], WPSG_SANITIZE_DATE_EN)) $this->shop->view['faelligkeitdatum'] = date('Y-m-d', strtotime($_REQUEST['wpsg_rechnungen_faelligkeitsdatum']));
 				else throw \wpsg\Exception::getSanitizeException();
 				
