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:
parent
b7e2fc1e87
commit
ddbfeac0b5
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue