From 3442f509057de5a6f11cf2243c797837de61ff8d Mon Sep 17 00:00:00 2001 From: daitingting Date: Wed, 26 Oct 2022 05:31:07 +0000 Subject: [PATCH] * Fix bug for task #71572. --- module/execution/view/edit.html.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/module/execution/view/edit.html.php b/module/execution/view/edit.html.php index 4e9cf0df9d..4efb1d779f 100644 --- a/module/execution/view/edit.html.php +++ b/module/execution/view/edit.html.php @@ -157,14 +157,7 @@ id], $branchID, "class='form-control chosen' $class onchange=\"loadPlans('#products{$i}', this.value)\" data-last='" . $branchID . "'");?> - id, $unmodifiableProducts) and in_array($branchID, $unmodifiableBranches)) - { - echo html::hidden("products[$i]", $product->id); - echo html::hidden("branch[$i]", $branchID); - } - $i++; - ?> +