Fix [ 1991514 ] ProductInfo empty after called from BOM
This commit is contained in:
parent
7d33fd9c33
commit
d75cc47746
|
@ -185,7 +185,7 @@ public class VTreeBOM extends CPanel
|
|||
MLookup m_fieldProduct = MLookupFactory.get(ctx, m_WindowNo,
|
||||
MColumn.getColumn_ID(MProduct.Table_Name, "M_Product_ID"),
|
||||
DisplayType.Search, language, MProduct.COLUMNNAME_M_Product_ID, 0, false,
|
||||
" IsSummary = 'N'");
|
||||
" M_Product.IsSummary = 'N'");
|
||||
fieldProduct = new VLookup ("M_Product_ID", false, false, true, m_fieldProduct);
|
||||
fieldProduct.addActionListener(this);
|
||||
|
||||
|
|
Loading…
Reference in New Issue