diff --git a/module/issue/view/storyform.html.php b/module/issue/view/storyform.html.php
index ecf3a226fc..4718ee93f2 100644
--- a/module/issue/view/storyform.html.php
+++ b/module/issue/view/storyform.html.php
@@ -155,6 +155,7 @@ function loadProduct(productID)
{
loadProductBranches(productID)
loadProductModules(productID);
+ loadProductPlans(productID);
}
/**