BF2017794 BOM verification, Error not being detected by AfterSave
This commit is contained in:
parent
badca70452
commit
6ecc91660a
|
@ -278,7 +278,7 @@ public class MPPProductBOMLine extends X_PP_Product_BOMLine
|
||||||
}
|
}
|
||||||
return parent;
|
return parent;
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (SQLException e)
|
||||||
{
|
{
|
||||||
s_log.log(Level.SEVERE, "iparent - " + sql + e);
|
s_log.log(Level.SEVERE, "iparent - " + sql + e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue