diff --git a/phpwf/plugins/class.yui.php b/phpwf/plugins/class.yui.php
index 8cde715e..598cf87d 100644
--- a/phpwf/plugins/class.yui.php
+++ b/phpwf/plugins/class.yui.php
@@ -9478,7 +9478,7 @@ a.land as land, p.abkuerzung as projekt, a.zahlungsweise as zahlungsweise,
if(bearbeiter!="",bearbeiter,a2.name) as bearbeiter,
CONCAT(UCASE(LEFT(d.typ, 1)), SUBSTRING(d.typ, 2)) as art,
CONCAT(IF(d.sent = 1, "JA", "NEIN"),"") as gesendet,
- "" as pdf,
+ concat("app->Conf->WFconf['defaulttheme'] . '/images/pdf.svg>") as pdf,
concat("1","-",d.id) as did,d.content as suchtext,d.internebezeichnung
FROM
dokumente d
diff --git a/www/lib/class.erpapi.php b/www/lib/class.erpapi.php
index 9a3315e6..e45f32a5 100644
--- a/www/lib/class.erpapi.php
+++ b/www/lib/class.erpapi.php
@@ -17983,7 +17983,8 @@ function Gegenkonto($ust_befreit,$ustid='', $doctype = '', $doctypeId = 0)
created = NOW(),
uhrzeit = "' . $data['uhrzeit'] . '",
projekt = "' . $data['projekt'] . '",
- bearbeiter = "' . $data['bearbeiter'] . '"
+ bearbeiter = "' . $data['bearbeiter'] . '",
+ sent = "' . $data['sent'] . '"
');
return $this->app->DB->GetInsertID();
diff --git a/www/pages/adresse.php b/www/pages/adresse.php
index 279bbfbb..b344c993 100644
--- a/www/pages/adresse.php
+++ b/www/pages/adresse.php
@@ -6417,7 +6417,7 @@ function AdresseVerein()
if(bearbeiter!="",bearbeiter,a2.name) as bearbeiter,
CONCAT(UCASE(LEFT(d.typ, 1)), SUBSTRING(d.typ, 2)) as art,
CONCAT(IF(d.sent = 1, "JA", "NEIN"),"") as gesendet,
- "" as pdf,
+ concat("
app->Conf->WFconf['defaulttheme'] . '/images/pdf.svg>") as pdf,
concat("1","-",d.id) as did,
d.content as suchtext,
d.internebezeichnung
diff --git a/www/pages/content/adresse_brief_brief.tpl b/www/pages/content/adresse_brief_brief.tpl
index 9dd3f97f..e3b5fb98 100644
--- a/www/pages/content/adresse_brief_brief.tpl
+++ b/www/pages/content/adresse_brief_brief.tpl
@@ -33,7 +33,7 @@