[ 1706651 ] Fixed lookup behaviour on Ranged Parameters

This commit is contained in:
Heng Sin Low 2008-02-05 16:46:35 +00:00
parent c426361cbe
commit e8da8ed403
1 changed files with 5 additions and 0 deletions

View File

@ -320,6 +320,11 @@ public class GridFieldVO implements Serializable
voT.ValueMax = voF.ValueMax;
voT.isRange = voF.isRange;
//
// Genied: For a range parameter the second field
// lookup behaviour should match the first one.
voT.AD_Reference_Value_ID = voF.AD_Reference_Value_ID;
voT.initFinish();
return voT;
} // createParameter