BF InfoAsset is not filling the "Value" field by default when called from a VLookup
This commit is contained in:
parent
bf468e6768
commit
19d2313752
|
@ -156,6 +156,7 @@ public class InfoAsset extends Info
|
||||||
value = "%";
|
value = "%";
|
||||||
if (!value.endsWith("%"))
|
if (!value.endsWith("%"))
|
||||||
value += "%";
|
value += "%";
|
||||||
|
fieldValue.setText(value);
|
||||||
} // initInfo
|
} // initInfo
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue