--- nodehierarchy.module
+++ nodehierarchy.module
@@ -317,7 +317,7 @@
 function nodehierarchy_nodehierarchy_node_form($node) {
   $form = array();
   // If this node type can be a child.
-  if (nodehierarchy_node_can_be_child($node)) {
+  if (nodehierarchy_node_can_be_child($node) || nodehierarchy_node_can_be_parent($node)) {
     // Save the old value of the node's parent.
     $form['nodehierarchy_old_menu_links'] = array('#type' => 'value', '#value' => $node->nodehierarchy_menu_links);
 
