Index: /changelog
===================================================================
--- /changelog	(revision 6794)
+++ /changelog	(revision 6796)
@@ -46,3 +46,5 @@
 - Bugfix - gloable Lieferzeit wird korrekt genutzt
 - Bugfix - Radio Buttons schalten die Varianten um
+- Bugfix - Warnung bei PDF Erstellung unterbunden
+- Bugfix - Verzeichnis fÃŒr Girocode anlegen
 - Feature - Suche in Produktverwaltung beachtet auch Varianten (Name und Artikelnummer)
Index: /mods/wpsg_mod_prepayment.class.php
===================================================================
--- /mods/wpsg_mod_prepayment.class.php	(revision 6794)
+++ /mods/wpsg_mod_prepayment.class.php	(revision 6796)
@@ -242,4 +242,6 @@
 			require_once WPSG_PATH_LIB.'phpgirocode.class.php';
 			
+            if (!file_exists(WPSG_PATH_UPLOADS.'wpsg_girocode/')) mkdir(WPSG_PATH_UPLOADS.'wpsg_girocode/', 0755, true);
+            
 			$fname1 = WPSG_PATH_UPLOADS.'wpsg_girocode/'.$subject.'.png';
 			$fname2 = WPSG_URL_UPLOADS.'wpsg_girocode/'.$subject.'.png';
Index: /mods/wpsg_mod_rechnungen.class.php
===================================================================
--- /mods/wpsg_mod_rechnungen.class.php	(revision 6794)
+++ /mods/wpsg_mod_rechnungen.class.php	(revision 6796)
@@ -1315,5 +1315,5 @@
             $rechnung = $this->db->fetchRow("SELECT * FROM `".WPSG_TBL_RECHNUNGEN."` WHERE `id` = '".wpsg_q($r_id)."'");
 
-            $file_path_old = str_replace('/wpsg/', '/', $this->getFilePath()).$rechnung['o_id'].'/';
+            $file_path_old = str_replace('/wpsg/', '/', $this->getFilePath('')).$rechnung['o_id'].'/';
 
             if ($rechnung['gnr'] != "")
