Fix compatibility to verbindlichkeit

This commit is contained in:
root 2022-09-12 15:23:56 +00:00
parent a78571aa45
commit f625c4b880

View File

@ -151,7 +151,8 @@ class WidgetVerbindlichkeit extends WidgetGenVerbindlichkeit
$speichern = $this->app->Secure->GetPOST("speichern");
if($action=="edit" && $speichern!="")
{
$this->app->erp->VerbindlichkeitProtokoll($id,"Verbindlichkeit gespeichert");
// Missing in API
// $this->app->erp->VerbindlichkeitProtokoll($id,"Verbindlichkeit gespeichert");
}
$this->app->Tpl->Parse("OCRDIALOGE","verbindlichkeit_ocrdialoge.tpl");