diff --git a/module/task/view/activate.html.php b/module/task/view/activate.html.php
index 5c5662e32e..5201b56e84 100644
--- a/module/task/view/activate.html.php
+++ b/module/task/view/activate.html.php
@@ -41,6 +41,7 @@
+ config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?>
| comment;?> |
|
diff --git a/module/task/view/assignto.html.php b/module/task/view/assignto.html.php
index 796196d08a..f692232a38 100644
--- a/module/task/view/assignto.html.php
+++ b/module/task/view/assignto.html.php
@@ -43,6 +43,7 @@
left, "class='form-control'");?> task->hour;?> | |
+ config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?>
| comment;?> |
|
diff --git a/module/task/view/cancel.html.php b/module/task/view/cancel.html.php
index 98f9adb7cf..888bcc0a73 100644
--- a/module/task/view/cancel.html.php
+++ b/module/task/view/cancel.html.php
@@ -26,6 +26,7 @@
diff --git a/module/task/view/finish.html.php b/module/task/view/finish.html.php
index 91ff0c36a5..477736705b 100644
--- a/module/task/view/finish.html.php
+++ b/module/task/view/finish.html.php
@@ -70,6 +70,7 @@
task->finishedDate;?> |
| |
+ config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?>
| files;?> |
fetch('file', 'buildform');?> |
diff --git a/module/task/view/pause.html.php b/module/task/view/pause.html.php
index ea74b5b45f..15dd6c2339 100644
--- a/module/task/view/pause.html.php
+++ b/module/task/view/pause.html.php
@@ -34,6 +34,7 @@