auftrag refresh PDF and protokoll on teillieferung (teilauftrag)
This commit is contained in:
parent
ac8407faed
commit
7548c601f5
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue