Fixed variable name.

svn path=/trunk/; revision=13129
This commit is contained in:
Reinhard Müller 2009-09-14 09:05:47 +00:00
parent 205540d7a0
commit b2943aabde
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ print MAIL "WHEN: $when\n\n";
print MAIL "WHY: $why\n\n";
print MAIL "ESTIMATE: $estimate\n\n";
if ($budget2 ne "NONE") {
print MAIL "BUDGET: $budget1 $percentage1\% $budget2 $percentage2\%\n\n";
print MAIL "BUDGET: $budget1 $percent1\% $budget2 $percent2\%\n\n";
} else {
print MAIL "BUDGET: $budget1\n\n";
}