diff --git a/module/program/view/create.html.php b/module/program/view/create.html.php
index 7e067c6ff7..61cf852ac5 100644
--- a/module/program/view/create.html.php
+++ b/module/program/view/create.html.php
@@ -143,7 +143,7 @@
id);
+ echo html::hidden('parent', isset($parentProgram->id) ? $parentProgram->id : 0);
?>
@@ -181,5 +181,5 @@
-id);?>
+id) ? $parentProgram->id : 0);?>