From 7a743f5786f52bba09460b9fd69c1ca928a22887 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 22 Nov 2021 09:51:19 +0800 Subject: [PATCH] * Fix bug #16486. --- module/project/view/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index 29443dfcd1..bd007d5e87 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -119,7 +119,7 @@ id] as $branchID => $branch):?>
- id, "class='form-control chosen' data-placeholder={$lang->project->errorNoProducts} onchange='loadBranches(this)' data-last='" . $product->id . "' data-type='" . $product->type . "'");?> + id, "class='form-control chosen' onchange='loadBranches(this)' data-last='" . $product->id . "' data-type='" . $product->type . "'");?> id], $branchID, "class='form-control chosen' onchange=\"loadPlans('#products{$i}', this.value)\" data-last='" . $branchID . "'");?>