mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Fix compatibility to verbindlichkeit
This commit is contained in:
parent
a78571aa45
commit
f625c4b880
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user