diff --git a/module/program/view/prjedit.html.php b/module/program/view/prjedit.html.php
index 2809f58712..cdfbf5d1a1 100644
--- a/module/program/view/prjedit.html.php
+++ b/module/program/view/prjedit.html.php
@@ -109,6 +109,7 @@
id], $product->branch, "class='form-control chosen' onchange=\"loadPlans('#products{$i}', this.value)\"");?>
+ id, $notRemoveProducts)) echo html::hidden("products[$i]", $product->id);?>
' style="padding-right: 6px;">
diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php
index 2dfe3adda5..7d0c3e2fc6 100644
--- a/module/project/view/edit.html.php
+++ b/module/project/view/edit.html.php
@@ -140,6 +140,7 @@
id], $product->branch, "class='form-control chosen' $class onchange=\"loadPlans('#products{$i}', this.value)\"");?>
+ id, $notRemoveProducts)) echo html::hidden("products[$i]", $product->id);?>