Fix [ 1991514 ] ProductInfo empty after called from BOM

This commit is contained in:
Carlos Ruiz 2008-06-12 05:29:02 +00:00
parent 7d33fd9c33
commit d75cc47746
1 changed files with 12 additions and 12 deletions

View File

@ -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);