lazreport: remove case conversion when calling GetVariableValue (OnGetValue) in CalcOPZ. Redo rev 36490. This time without collateral effects due to changes in rev 36539 #fea7df6a87

git-svn-id: trunk@36540 -
This commit is contained in:
blikblum 2012-04-03 09:59:51 +00:00
parent fea7df6a87
commit 98c4e38d37

View File

@ -263,7 +263,7 @@ begin
if Assigned(FOnGetValue) then
begin
nm[st] := Null;
FOnGetValue(AnsiUpperCase(s1), nm[st]);
FOnGetValue(s1, nm[st]);
end;
end;
i := k;