mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 14:10:28 +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");
|
$speichern = $this->app->Secure->GetPOST("speichern");
|
||||||
if($action=="edit" && $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");
|
$this->app->Tpl->Parse("OCRDIALOGE","verbindlichkeit_ocrdialoge.tpl");
|
||||||
|
Loading…
Reference in New Issue
Block a user