if you change the BOM it do not is refresh

http://sourceforge.net/tracker/?func=detail&aid=2773778&group_id=176962&atid=934929
This commit is contained in:
vpj-cd 2009-04-19 06:20:19 +00:00
parent b7e2fc1e87
commit ddbfeac0b5
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public class MPPProductBOM extends X_PP_Product_BOM
public MPPProductBOMLine[] getLines (Timestamp valid)
{
List<MPPProductBOMLine> list = new ArrayList<MPPProductBOMLine>(); // Selected BOM Lines Only
for (MPPProductBOMLine bl : getLines(false))
for (MPPProductBOMLine bl : getLines(true))
{
if (bl.isValidFromTo(valid))
{