mahnung add PDF to rechnung datei

This commit is contained in:
OpenXE 2024-03-18 10:07:07 +00:00
parent a00edc8ed3
commit 45a75b4298

View File

@ -304,7 +304,8 @@ class Mahnwesen {
$tmpfile = $Brief->displayTMP();
$fileid = $this->app->erp->CreateDatei($Brief->filename,$mahnung['betreff'],"","",$tmpfile,$this->app->User->GetName());
$this->app->erp->AddDateiStichwort($fileid,'mahnung','rechnung',$rechnung_id);
if ($mahnung['druck']) {
$this->app->printer->Drucken($drucker,$tmpfile);
$this->MahnungCRM('brief',$mahnung['rechnung'], $mahnung['betreff'], $mahnung['body'],$fileid,$Brief->filename);