Fixed [ 1733684 ] Product Window Giving Error after Auto-Completion Patch
http://sourceforge.net/tracker/index.php?func=detail&aid=1733684&group_id=176962&atid=879332
This commit is contained in:
parent
981b55c095
commit
bf2b26b934
|
@ -152,6 +152,7 @@ public class VLookup extends JComponent
|
||||||
m_columnName = columnName;
|
m_columnName = columnName;
|
||||||
setMandatory(mandatory);
|
setMandatory(mandatory);
|
||||||
m_lookup = lookup;
|
m_lookup = lookup;
|
||||||
|
if (m_lookup != null)
|
||||||
m_lookup.setMandatory(mandatory);
|
m_lookup.setMandatory(mandatory);
|
||||||
//
|
//
|
||||||
setLayout(new BorderLayout());
|
setLayout(new BorderLayout());
|
||||||
|
|
Loading…
Reference in New Issue