Allow creating new vendors when moving apps
This commit is contained in:
@@ -1341,6 +1341,11 @@ class Application {
|
||||
return $sMsg;
|
||||
}
|
||||
|
||||
public function objectAllowCreatingParents()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function objectSetParent($iNewId, $sClass = '')
|
||||
{
|
||||
$this->iVendorId = $iNewId;
|
||||
|
||||
Reference in New Issue
Block a user