From 7d828b1125343382d066b24c57d7e07b09d7a111 Mon Sep 17 00:00:00 2001 From: xushenjie Date: Mon, 8 May 2023 05:26:07 +0000 Subject: [PATCH] * Repair code warning of todo batchCreate view.. --- module/todo/view/batchcreate.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/todo/view/batchcreate.html.php b/module/todo/view/batchcreate.html.php index 76ecce1980..cad7267de0 100755 --- a/module/todo/view/batchcreate.html.php +++ b/module/todo/view/batchcreate.html.php @@ -60,7 +60,7 @@ - todo->batchCreate; $i++):?> + todo->maxBatchCreate; $i++):?> todo->typeList, '', "onchange='loadList(this.value, " . ($i + 1) . ")' class='form-control'");?>