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

@@ -128,6 +128,10 @@ if($oObject->getId() && $sAction != "add")
$oObject->display_entry_for_editing($aClean, $sErrors);
break;
case 'moveToNewParent':
$oObject->move_to_new_parent($aClean, $sErrors);
break;
case 'showChangeParent':
$oObject->display_change_parent();
break;