diff options
-rwxr-xr-x | process_bug.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 076e014fc..be04be207 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1076,6 +1076,7 @@ foreach my $id (@idlist) { } $i++; } + $oldhash{'product'} = get_product_name($oldhash{'product_id'}); if ($requiremilestone) { my $value = $::FORM{'target_milestone'}; if (!defined $value || $value eq $::dontchange) { |