module_creator bugfix DisableModul
This commit is contained in:
parent
4c14f266e9
commit
f1a118af6b
|
|
@ -101,7 +101,7 @@ class PLACEHOLDER_MODULECLASSNAME {
|
||||||
$id = $this->app->Secure->GetGET('id');
|
$id = $this->app->Secure->GetGET('id');
|
||||||
|
|
||||||
// Check if other users are editing this id
|
// Check if other users are editing this id
|
||||||
if($this->app->erp->DisableModul('artikel',$id))
|
if($this->app->erp->DisableModul('PLACEHOLDER_MODULENAME',$id))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue