diff --git a/module/execution/view/manageproducts.html.php b/module/execution/view/manageproducts.html.php index 433deed8dd..bb7b0fbb5c 100644 --- a/module/execution/view/manageproducts.html.php +++ b/module/execution/view/manageproducts.html.php @@ -30,7 +30,7 @@ grade == 1 and in_array($productID, $unmodifiableProducts) and in_array($branchID, $unmodifiableBranches))) $attr = "disabled='disabled'";?> grade == 1 and !(in_array($productID, $unmodifiableProducts) and in_array($branchID, $unmodifiableBranches)))) $attr = '';?> - execution->notAllowRemoveProducts : $productName;?> + execution->notAllowRemoveProducts : $productName;?>
'> diff --git a/module/project/view/manageproducts.html.php b/module/project/view/manageproducts.html.php index e4b6ca5b82..d42d76fe6a 100644 --- a/module/project/view/manageproducts.html.php +++ b/module/project/view/manageproducts.html.php @@ -29,7 +29,7 @@ - project->notAllowRemoveProducts : $productName;?> + project->notAllowRemoveProducts : $productName;?>
'>