BF InfoAsset is not filling the "Value" field by default when called from a VLookup

This commit is contained in:
teo_sarca 2008-06-05 17:28:24 +00:00
parent bf468e6768
commit 19d2313752
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ public class InfoAsset extends Info
value = "%";
if (!value.endsWith("%"))
value += "%";
fieldValue.setText(value);
} // initInfo
/*************************************************************************/