Allow creating new vendors when moving apps

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-05-03 17:52:25 +02:00
parent 9720ac1373
commit 301ad3cd1a
4 changed files with 96 additions and 4 deletions

View File

@@ -1341,6 +1341,11 @@ class Application {
return $sMsg;
}
public function objectAllowCreatingParents()
{
return true;
}
public function objectSetParent($iNewId, $sClass = '')
{
$this->iVendorId = $iNewId;