auftrag refresh PDF and protokoll on teillieferung (teilauftrag)

This commit is contained in:
OpenXE 2023-05-21 11:32:35 +02:00
parent ac8407faed
commit 7548c601f5

View File

@ -7313,6 +7313,9 @@ Die Gesamtsumme stimmt nicht mehr mit ursprünglich festgelegten Betrag '.
$this->app->DB->Update($sql);
}
$this->app->erp->AuftragProtokoll($id,"Teilauftrag $belegnr_neu erstellt");
$this->app->erp->PDFArchivieren('auftrag', $id, true);
header('Location: index.php?module=auftrag&action=edit&id='.$id_neu);
}