From 99e4b6eac65454f15b4e7281013c25fcc2b49310 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 9 Feb 2023 09:12:18 +0800 Subject: [PATCH] * Add head of product,execution,kanban pager. --- module/custom/view/execution.html.php | 5 +++++ module/custom/view/kanban.html.php | 5 +++++ module/custom/view/product.html.php | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/module/custom/view/execution.html.php b/module/custom/view/execution.html.php index 927dbf38ca..7a0a2c9252 100644 --- a/module/custom/view/execution.html.php +++ b/module/custom/view/execution.html.php @@ -12,6 +12,11 @@ getModuleRoot() . 'common/view/header.html.php';?>
+
+
+ custom->product->fields['product'];?> +
+
diff --git a/module/custom/view/kanban.html.php b/module/custom/view/kanban.html.php index 6ec93027fb..99cae662cc 100644 --- a/module/custom/view/kanban.html.php +++ b/module/custom/view/kanban.html.php @@ -12,6 +12,11 @@ getModuleRoot() . 'common/view/header.html.php';?>
+
+
+ custom->product->fields['product'];?> +
+
custom->closedExecution;?>
diff --git a/module/custom/view/product.html.php b/module/custom/view/product.html.php index f5137a9a81..3e9af1e435 100644 --- a/module/custom/view/product.html.php +++ b/module/custom/view/product.html.php @@ -14,6 +14,11 @@
+
+
+ custom->$module->fields['product'];?> +
+
custom->closedKanban;?>
custom->closedProduct;?>