* Fix syntax error in execution-create.

This commit is contained in:
zhouxin
2023-10-24 11:02:19 +08:00
parent f38dbd65e4
commit b3fc7d3a64
+1 -2
View File
@@ -466,10 +466,9 @@ formPanel
set::name('end'),
set::type('date'),
set('id', 'end'),
set::value(($execution->end),
set::value($execution->end),
set::placeholder($lang->execution->end),
on::change('computeWorkDays')
),
)
),
),