From b10f3686a8cb73d5fb3132612b59c7f0b2abcaed Mon Sep 17 00:00:00 2001 From: Catouse Date: Wed, 26 Aug 2020 15:17:58 +0800 Subject: [PATCH] * fix cannot submit form without parentprogram data on create one. --- module/program/view/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/view/create.html.php b/module/program/view/create.html.php index 7e067c6ff7..a68d285016 100644 --- a/module/program/view/create.html.php +++ b/module/program/view/create.html.php @@ -143,7 +143,7 @@ id); + echo html::hidden('parent', $parentProgram ? $parentProgram->id : '0'); ?>