diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php
index 2cb1c3cc66..931c116e69 100644
--- a/module/project/view/create.html.php
+++ b/module/project/view/create.html.php
@@ -89,8 +89,8 @@
project->endList , '', "onclick='computeEndDate(this.value)'");?> |
-
-
+
+
| execution->days;?> |
@@ -99,6 +99,7 @@
| | |
+
| project->manageProducts;?> |
diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php
index 460a2b7bef..5827c14d6f 100644
--- a/module/project/view/edit.html.php
+++ b/module/project/view/edit.html.php
@@ -102,8 +102,8 @@
end == LONG_TIME ? 999 : (strtotime($project->end) - strtotime($project->begin)) / 3600 / 24 + 1;?>
| project->endList , $deltaValue, "onclick='computeEndDate(this.value)'");?> |
- end == LONG_TIME) ? "class='hidden'" : '';?>
- >
+ model == 'scrum'):?>
+
end == LONG_TIME) echo "class='hidden'";?>>
| project->days;?> |
@@ -114,6 +114,7 @@
| |
|
+
| project->manageProducts;?> |
|