diff --git a/mozilla/webtools/bugzilla/process_bug.cgi b/mozilla/webtools/bugzilla/process_bug.cgi index 076e014fcb5..be04be20759 100755 --- a/mozilla/webtools/bugzilla/process_bug.cgi +++ b/mozilla/webtools/bugzilla/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) {