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 = "%";
|
||||
if (!value.endsWith("%"))
|
||||
value += "%";
|
||||
fieldValue.setText(value);
|
||||
} // initInfo
|
||||
|
||||
/*************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue